Class ShapeRenderer.ShapePaintContext

java.lang.Object
com.github.weisj.jsvg.renderer.ShapeRenderer.ShapePaintContext
Enclosing class:
ShapeRenderer

public static final class ShapeRenderer.ShapePaintContext extends Object
  • Field Details

    • context

      @NotNull private final @NotNull RenderContext context
    • vectorEffects

      @NotNull private final @NotNull Set<VectorEffect> vectorEffects
    • stroke

      @NotNull private final @NotNull Stroke stroke
    • transform

      @Nullable private final @Nullable AffineTransform transform
  • Constructor Details