Class AnimateTransform
- java.lang.Object
-
- com.github.weisj.jsvg.nodes.MetaSVGNode
-
- com.github.weisj.jsvg.nodes.animation.AnimateTransform
-
- All Implemented Interfaces:
SVGNode
@ElementCategories(Animation) @PermittedContent(categories=Descriptive) public final class AnimateTransform extends MetaSVGNode
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TAG
-
Constructor Summary
Constructors Constructor Description AnimateTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.lang.String
tagName()
-
Methods inherited from class com.github.weisj.jsvg.nodes.MetaSVGNode
addContent, build, id
-
-
-
-
Field Detail
-
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
-
-