Uses of Class
com.github.weisj.jsvg.attributes.PaintOrder
-
-
Uses of PaintOrder in com.github.weisj.jsvg.attributes
Fields in com.github.weisj.jsvg.attributes declared as PaintOrder Modifier and Type Field Description static PaintOrder
PaintOrder. NORMAL
Methods in com.github.weisj.jsvg.attributes that return PaintOrder Modifier and Type Method Description static @Nullable PaintOrder
PaintOrder. parse(@NotNull AttributeNode attributeNode)
-
Uses of PaintOrder in com.github.weisj.jsvg.nodes.text
Methods in com.github.weisj.jsvg.nodes.text with parameters of type PaintOrder Modifier and Type Method Description (package private) static void
GlyphRenderer. renderGlyphRun(@NotNull Output output, @NotNull PaintOrder paintOrder, @NotNull java.util.Set<VectorEffect> vectorEffects, @NotNull StringTextSegment segment)
-
Uses of PaintOrder in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer that return PaintOrder Modifier and Type Method Description private @NotNull PaintOrder
RenderContext. paintOrder()
-
Uses of PaintOrder in com.github.weisj.jsvg.renderer.impl
Methods in com.github.weisj.jsvg.renderer.impl with parameters of type PaintOrder Modifier and Type Method Description static void
ShapeRenderer. renderWithPaintOrder(@NotNull Output output, boolean canBeFilledHint, @NotNull PaintOrder paintOrder, @NotNull ShapeRenderer.ShapePaintContext shapePaintContext, @NotNull ShapeRenderer.PaintShape paintShape, @Nullable ShapeRenderer.ShapeMarkerInfo markerInfo)
-
Uses of PaintOrder in com.github.weisj.jsvg.renderer.impl.context
Fields in com.github.weisj.jsvg.renderer.impl.context declared as PaintOrder Modifier and Type Field Description @Nullable PaintOrder
PaintContext. paintOrder
Methods in com.github.weisj.jsvg.renderer.impl.context that return PaintOrder Modifier and Type Method Description @NotNull PaintOrder
RenderContextAccessor.Accessor. paintOrder(@NotNull RenderContext context)
Constructors in com.github.weisj.jsvg.renderer.impl.context with parameters of type PaintOrder Constructor Description PaintContext(@Nullable SVGPaint color, @Nullable SVGPaint fillPaint, @Nullable PercentageValue fillOpacity, @Nullable SVGPaint strokePaint, @Nullable PercentageValue strokeOpacity, @NotNull PercentageValue opacity, @Nullable PaintOrder paintOrder, @Nullable StrokeContext strokeContext, @Nullable FillRule fillRule)
-