Uses of Class
com.github.weisj.jsvg.renderer.ShapeRenderer.PaintShape
Packages that use ShapeRenderer.PaintShape
-
Uses of ShapeRenderer.PaintShape in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer with parameters of type ShapeRenderer.PaintShapeModifier and TypeMethodDescriptionprivate static void
ShapeRenderer.renderMarkers
(@NotNull Output output, @NotNull RenderContext context, @NotNull ShapeRenderer.PaintShape paintShape, @NotNull ShapeRenderer.ShapeMarkerInfo markerInfo) private static void
ShapeRenderer.renderShapeFill
(@NotNull RenderContext context, @NotNull Output output, @NotNull ShapeRenderer.PaintShape paintShape) private static void
ShapeRenderer.renderShapeStroke
(@NotNull RenderContext context, @NotNull Output output, @NotNull ShapeRenderer.PaintShape paintShape, @Nullable Stroke stroke, boolean willBeFilledAfterwards) static void
ShapeRenderer.renderWithPaintOrder
(@NotNull Output output, boolean canBeFilledHint, @NotNull PaintOrder paintOrder, @NotNull ShapeRenderer.ShapePaintContext shapePaintContext, @NotNull ShapeRenderer.PaintShape paintShape, @Nullable ShapeRenderer.ShapeMarkerInfo markerInfo)