Class ShapeRenderer.ShapePaintContext
java.lang.Object
com.github.weisj.jsvg.renderer.impl.ShapeRenderer.ShapePaintContext
- Enclosing class:
ShapeRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @NotNull RenderContextprivate final @NotNull Strokeprivate final @Nullable AffineTransformprivate final @NotNull Set<VectorEffect> -
Constructor Summary
ConstructorsConstructorDescriptionShapePaintContext(@NotNull RenderContext context, @NotNull Set<VectorEffect> vectorEffects, @NotNull Stroke stroke, @Nullable AffineTransform transform) -
Method Summary
-
Field Details
-
context
-
vectorEffects
-
stroke
-
transform
-
-
Constructor Details
-
ShapePaintContext
public ShapePaintContext(@NotNull @NotNull RenderContext context, @NotNull @NotNull Set<VectorEffect> vectorEffects, @NotNull @NotNull Stroke stroke, @Nullable @Nullable AffineTransform transform)
-