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 PaintOrderPaintOrder. NORMALMethods in com.github.weisj.jsvg.attributes that return PaintOrder Modifier and Type Method Description static @Nullable PaintOrderPaintOrder. 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 voidGlyphRenderer. 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 PaintOrderRenderContext. 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 voidShapeRenderer. 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 PaintOrderPaintContext. paintOrderMethods in com.github.weisj.jsvg.renderer.impl.context that return PaintOrder Modifier and Type Method Description @NotNull PaintOrderRenderContextAccessor.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)
-