- 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 voiddrawShape(@NotNull Output output, @NotNull RenderContext context, @NotNull java.awt.Shape shape, @Nullable java.awt.geom.Rectangle2D bounds)voidfillShape(@NotNull Output output, @NotNull RenderContext context, @NotNull java.awt.Shape shape, @Nullable java.awt.geom.Rectangle2D bounds)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-