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
FieldsModifier and TypeFieldDescriptionprivate @NotNull Colorprivate Percentageprivate @Nullable BezierPathCommandstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable BezierPathCommandvoidbuild(@NotNull AttributeNode attributeNode) @NotNull Colorcolor()@NotNull Percentageoffset()@NotNull StringtagName()toString()Methods inherited from class AbstractSVGNode
addContent, id
-
Field Details
-
TAG
- See Also:
-
color
-
offset
-
path
-
-
Constructor Details
-
Stop
public Stop()
-
-
Method Details
-
tagName
-
color
-
offset
-
bezierCommand
-
build
- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classAbstractSVGNode
-
toString
- Overrides:
toStringin classAbstractSVGNode
-