Class SolidColor
java.lang.Object
com.github.weisj.jsvg.nodes.AbstractSVGNode
com.github.weisj.jsvg.nodes.SolidColor
- All Implemented Interfaces:
SVGNode, SimplePaintSVGPaint, SVGPaint
@ElementCategories(Gradient)
@PermittedContent(categories={Animation,Descriptive})
public final class SolidColor
extends AbstractSVGNode
implements SimplePaintSVGPaint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSVGNode
addContent, id, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface SimplePaintSVGPaint
drawShape, fillShape
-
Field Details
-
TAG
- See Also:
-
color
-
-
Constructor Details
-
SolidColor
public SolidColor()
-
-
Method Details
-
tagName
-
paint
- Specified by:
paintin interfaceSimplePaintSVGPaint
-
build
- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classAbstractSVGNode
-