Class AnimateTransform
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
FieldsFields inherited from class BaseAnimationNode
track, values -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable AnimatedTransformanimatedTransform(@NotNull TransformValue initial, @NotNull AttributeNode attributeNode) voidbuild(@NotNull AttributeNode attributeNode) @NotNull StringtagName()Methods inherited from class BaseAnimationNode
attributeName, isPlaceholder, trackMethods inherited from class AbstractSVGNode
addContent, id, toString
-
Field Details
-
TAG
- See Also:
-
type
-
-
Constructor Details
-
AnimateTransform
public AnimateTransform()
-
-
Method Details
-
tagName
-
build
- Specified by:
buildin interfaceSVGNode- Overrides:
buildin classBaseAnimationNode
-
animatedTransform
@Nullable public @Nullable AnimatedTransform animatedTransform(@NotNull @NotNull TransformValue initial, @NotNull @NotNull AttributeNode attributeNode)
-