- java.lang.Object
-
- com.github.weisj.jsvg.paint.impl.AwtSVGPaint
-
- All Implemented Interfaces:
SimplePaintSVGPaint,SVGPaint
public final class AwtSVGPaint extends java.lang.Object implements SimplePaintSVGPaint
-
-
Field Summary
Fields Modifier and Type Field Description private @NotNull java.awt.Paintpaint
-
Constructor Summary
Constructors Constructor Description AwtSVGPaint(@NotNull java.awt.Paint paint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)private @NotNull java.lang.StringformatPaint()inthashCode()@NotNull java.awt.Paintpaint()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.github.weisj.jsvg.paint.SimplePaintSVGPaint
drawShape, fillShape
-
-
-
-
Method Detail
-
paint
@NotNull public @NotNull java.awt.Paint paint()
- Specified by:
paintin interfaceSimplePaintSVGPaint
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
formatPaint
@NotNull private @NotNull java.lang.String formatPaint()
-
-