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 BezierPathCommand
void
build
(@NotNull AttributeNode attributeNode) @NotNull Color
color()
float
offset()
@NotNull String
tagName()
toString()
Methods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, id
-
Field Details
-
TAG
- See Also:
-
color
-
offset
private float offset -
path
-
-
Constructor Details
-
Stop
public Stop()
-
-
Method Details
-
tagName
-
color
-
offset
public float offset() -
bezierCommand
-
build
- Specified by:
build
in interfaceSVGNode
- Overrides:
build
in classAbstractSVGNode
-
toString
- Overrides:
toString
in classAbstractSVGNode
-