- java.lang.Object
-
- com.github.weisj.jsvg.paint.impl.NonePaint
-
-
Constructor Summary
Constructors Constructor Description NonePaint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawShape(@NotNull Output output, @NotNull RenderContext context, @NotNull java.awt.Shape shape, @Nullable java.awt.geom.Rectangle2D bounds)
void
fillShape(@NotNull Output output, @NotNull RenderContext context, @NotNull java.awt.Shape shape, @Nullable java.awt.geom.Rectangle2D bounds)
java.lang.String
toString()
-
-
-
Method Detail
-
fillShape
public void fillShape(@NotNull @NotNull Output output, @NotNull @NotNull RenderContext context, @NotNull @NotNull java.awt.Shape shape, @Nullable @Nullable java.awt.geom.Rectangle2D bounds)
-
drawShape
public void drawShape(@NotNull @NotNull Output output, @NotNull @NotNull RenderContext context, @NotNull @NotNull java.awt.Shape shape, @Nullable @Nullable java.awt.geom.Rectangle2D bounds)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-