- 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
public abstract class BaseAnimationNode extends AbstractSVGNode
-
-
Field Summary
Fields Modifier and Type Field Description private static @NotNull java.lang.String
INITIAL_PLACEHOLDER
protected @Nullable Track
track
protected java.lang.String[]
values
-
Constructor Summary
Constructors Constructor Description BaseAnimationNode()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static @Nullable java.lang.String
attributeName(@NotNull AttributeNode attributeNode)
void
build(@NotNull AttributeNode attributeNode)
protected static boolean
isPlaceholder(@NotNull java.lang.String value)
@Nullable Track
track()
-
Methods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, id, toString
-
-
-
-
Field Detail
-
INITIAL_PLACEHOLDER
@NotNull private static final @NotNull java.lang.String INITIAL_PLACEHOLDER
- See Also:
- Constant Field Values
-
values
protected java.lang.String[] values
-
track
@Nullable protected @Nullable Track track
-
-
Method Detail
-
attributeName
@Nullable public static @Nullable java.lang.String attributeName(@NotNull @NotNull AttributeNode attributeNode)
-
isPlaceholder
protected static boolean isPlaceholder(@NotNull @NotNull java.lang.String value)
-
build
public void build(@NotNull @NotNull AttributeNode attributeNode)
- Specified by:
build
in interfaceSVGNode
- Overrides:
build
in classAbstractSVGNode
-
track
@Nullable public @Nullable Track track()
-
-