- 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.StringTAGprivate TransformPart.TransformTypetype-
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 AnimatedTransformanimatedTransform(@NotNull TransformValue initial, @NotNull AttributeNode attributeNode)voidbuild(@NotNull AttributeNode attributeNode)@NotNull java.lang.StringtagName()-
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:
buildin interfaceSVGNode- Overrides:
buildin classBaseAnimationNode
-
animatedTransform
@Nullable public @Nullable AnimatedTransform animatedTransform(@NotNull @NotNull TransformValue initial, @NotNull @NotNull AttributeNode attributeNode)
-
-