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