Uses of Class
com.github.weisj.jsvg.attributes.PaintOrder
-
Packages that use PaintOrder Package Description com.github.weisj.jsvg.attributes com.github.weisj.jsvg.nodes.text com.github.weisj.jsvg.renderer -
-
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, @NotNull java.awt.geom.Rectangle2D completeGlyphRunBounds)
-
Uses of PaintOrder in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as PaintOrder Modifier and Type Field Description @Nullable PaintOrder
PaintContext. paintOrder
Methods in com.github.weisj.jsvg.renderer that return PaintOrder Modifier and Type Method Description @NotNull PaintOrder
RenderContext. paintOrder()
Methods in com.github.weisj.jsvg.renderer 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)
Constructors in com.github.weisj.jsvg.renderer with parameters of type PaintOrder Constructor Description PaintContext(@Nullable AwtSVGPaint color, @Nullable SVGPaint fillPaint, float fillOpacity, @Nullable SVGPaint strokePaint, float strokeOpacity, float opacity, @Nullable PaintOrder paintOrder, @Nullable StrokeContext strokeContext)
-