Class BaseAnimationNode
java.lang.Object
com.github.weisj.jsvg.nodes.AbstractSVGNode
com.github.weisj.jsvg.nodes.animation.BaseAnimationNode
- All Implemented Interfaces:
SVGNode
- Direct Known Subclasses:
Animate, AnimateTransform
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable StringattributeName(@NotNull AttributeNode attributeNode) voidbuild(@NotNull AttributeNode attributeNode) protected static booleanisPlaceholder(@NotNull String value) @Nullable Tracktrack()Methods inherited from class AbstractSVGNode
addContent, id, toString
-
Field Details
-
INITIAL_PLACEHOLDER
- See Also:
-
values
-
track
-
-
Constructor Details
-
BaseAnimationNode
BaseAnimationNode()
-
-
Method Details
-
attributeName
@Nullable public static @Nullable String attributeName(@NotNull @NotNull AttributeNode attributeNode) -
isPlaceholder
-
build
- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classAbstractSVGNode
-
track
-