Package com.github.weisj.jsvg.renderer
Class ShapeRenderer.ShapePaintContext
java.lang.Object
com.github.weisj.jsvg.renderer.ShapeRenderer.ShapePaintContext
- Enclosing class:
ShapeRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @NotNull RenderContext
private final @NotNull Stroke
private final @Nullable AffineTransform
private 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)
-