Uses of Class
com.github.weisj.jsvg.attributes.PaintOrder
Packages that use PaintOrder
Package
Description
-
Uses of PaintOrder in com.github.weisj.jsvg.attributes
Fields in com.github.weisj.jsvg.attributes declared as PaintOrderMethods in com.github.weisj.jsvg.attributes that return PaintOrderModifier and TypeMethodDescriptionstatic @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 PaintOrderModifier and TypeMethodDescription(package private) static void
GlyphRenderer.renderGlyphRun
(@NotNull Output output, @NotNull PaintOrder paintOrder, @NotNull Set<VectorEffect> vectorEffects, @NotNull StringTextSegment segment, @NotNull Rectangle2D completeGlyphRunBounds) -
Uses of PaintOrder in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as PaintOrderMethods in com.github.weisj.jsvg.renderer that return PaintOrderMethods in com.github.weisj.jsvg.renderer with parameters of type PaintOrderModifier and TypeMethodDescriptionstatic 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 PaintOrderModifierConstructorDescriptionPaintContext
(@Nullable AwtSVGPaint color, @Nullable SVGPaint fillPaint, float fillOpacity, @Nullable SVGPaint strokePaint, float strokeOpacity, float opacity, @Nullable PaintOrder paintOrder, @Nullable StrokeContext strokeContext)