- java.lang.Object
-
- com.github.weisj.jsvg.nodes.AbstractSVGNode
-
- com.github.weisj.jsvg.nodes.animation.BaseAnimationNode
-
- com.github.weisj.jsvg.nodes.animation.AnimateTransform
-
- All Implemented Interfaces:
SVGNode
@ElementCategories(Animation) @PermittedContent(categories=Descriptive) public final class AnimateTransform extends BaseAnimationNode
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TAG
private TransformPart.TransformType
type
-
Fields inherited from class com.github.weisj.jsvg.nodes.animation.BaseAnimationNode
track, values
-
-
Constructor Summary
Constructors Constructor Description AnimateTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable AnimatedTransform
animatedTransform(@NotNull TransformValue initial, @NotNull AttributeNode attributeNode)
void
build(@NotNull AttributeNode attributeNode)
@NotNull java.lang.String
tagName()
-
Methods inherited from class com.github.weisj.jsvg.nodes.animation.BaseAnimationNode
attributeName, isPlaceholder, track
-
Methods inherited from class com.github.weisj.jsvg.nodes.AbstractSVGNode
addContent, id, toString
-
-
-
-
Field Detail
-
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
-
type
private TransformPart.TransformType type
-
-
Method Detail
-
tagName
@NotNull public @NotNull java.lang.String tagName()
-
build
public void build(@NotNull @NotNull AttributeNode attributeNode)
- Specified by:
build
in interfaceSVGNode
- Overrides:
build
in classBaseAnimationNode
-
animatedTransform
@Nullable public @Nullable AnimatedTransform animatedTransform(@NotNull @NotNull TransformValue initial, @NotNull @NotNull AttributeNode attributeNode)
-
-