Package com.github.weisj.jsvg.renderer
Class ShapeRenderer
java.lang.Object
com.github.weisj.jsvg.renderer.ShapeRenderer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic voidpaintSingleMarker(@NotNull ShapeNode shapeNode, @NotNull RenderContext context, @NotNull Output output, MarkerOrientation.MarkerType type, @Nullable Marker marker, float x, float y, float dxIn, float dyIn, float dxOut, float dyOut) static voidrenderWithPaintOrder(@NotNull Output output, boolean canBeFilledHint, @NotNull PaintOrder paintOrder, @NotNull ShapeRenderer.ShapePaintContext shapePaintContext, @NotNull ShapeRenderer.PaintShape paintShape, @Nullable ShapeRenderer.ShapeMarkerInfo markerInfo)
-
Method Details
-
renderWithPaintOrder
public static void renderWithPaintOrder(@NotNull @NotNull Output output, boolean canBeFilledHint, @NotNull @NotNull PaintOrder paintOrder, @NotNull @NotNull ShapeRenderer.ShapePaintContext shapePaintContext, @NotNull @NotNull ShapeRenderer.PaintShape paintShape, @Nullable @Nullable ShapeRenderer.ShapeMarkerInfo markerInfo) -
paintSingleMarker
public static void paintSingleMarker(@NotNull @NotNull ShapeNode shapeNode, @NotNull @NotNull RenderContext context, @NotNull @NotNull Output output, @Nullable MarkerOrientation.MarkerType type, @Nullable @Nullable Marker marker, float x, float y, float dxIn, float dyIn, float dxOut, float dyOut)
-