Class Animate
java.lang.Object
com.github.weisj.jsvg.nodes.AbstractSVGNode
com.github.weisj.jsvg.nodes.animation.BaseAnimationNode
com.github.weisj.jsvg.nodes.animation.Animate
- All Implemented Interfaces:
SVGNode
@ElementCategories(Animation)
@PermittedContent(categories=Descriptive)
public final class Animate
extends BaseAnimationNode
-
Field Summary
FieldsFields inherited from class BaseAnimationNode
track, values -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable AnimatedColoranimatedColor(@NotNull ColorValue initial, @NotNull AttributeNode attributeNode) @Nullable AnimatedFloatListanimatedFloatList(@NotNull FloatListValue initial, @NotNull AttributeNode attributeNode) @Nullable AnimatedLengthanimatedLength(@NotNull LengthValue initial, PercentageDimension dimension, @NotNull AttributeNode attributeNode) @Nullable AnimatedPaintanimatedPaint(@NotNull SVGPaint initial, @NotNull AttributeNode attributeNode) @Nullable AnimatedPercentageanimatedPercentage(@NotNull PercentageValue initial, @NotNull AttributeNode attributeNode) @NotNull StringtagName()Methods inherited from class BaseAnimationNode
attributeName, build, isPlaceholder, trackMethods inherited from class AbstractSVGNode
addContent, id, toString
-
Field Details
-
TAG
- See Also:
-
-
Constructor Details
-
Animate
public Animate()
-
-
Method Details
-
tagName
-
animatedLength
@Nullable public @Nullable AnimatedLength animatedLength(@NotNull @NotNull LengthValue initial, PercentageDimension dimension, @NotNull @NotNull AttributeNode attributeNode) -
animatedFloatList
@Nullable public @Nullable AnimatedFloatList animatedFloatList(@NotNull @NotNull FloatListValue initial, @NotNull @NotNull AttributeNode attributeNode) -
animatedPercentage
@Nullable public @Nullable AnimatedPercentage animatedPercentage(@NotNull @NotNull PercentageValue initial, @NotNull @NotNull AttributeNode attributeNode) -
animatedPaint
@Nullable public @Nullable AnimatedPaint animatedPaint(@NotNull @NotNull SVGPaint initial, @NotNull @NotNull AttributeNode attributeNode) -
animatedColor
@Nullable public @Nullable AnimatedColor animatedColor(@NotNull @NotNull ColorValue initial, @NotNull @NotNull AttributeNode attributeNode)
-