Package com.github.weisj.jsvg.nodes
Class Stop
java.lang.Object
com.github.weisj.jsvg.nodes.AbstractSVGNode
com.github.weisj.jsvg.nodes.Stop
- All Implemented Interfaces:
SVGNode
@ElementCategories(Gradient)
@PermittedContent(anyOf={Animate.class,Set.class})
public final class Stop
extends AbstractSVGNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable BezierPathCommandvoidbuild(@NotNull AttributeNode attributeNode) @NotNull Colorcolor()floatoffset()@NotNull StringtagName()toString()Methods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, id
-
Field Details
-
TAG
- See Also:
-
-
Constructor Details
-
Stop
public Stop()
-
-
Method Details
-
tagName
-
color
-
offset
public float offset() -
bezierCommand
-
build
- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classAbstractSVGNode
-
toString
- Overrides:
toStringin classAbstractSVGNode
-