Uses of Class
com.github.weisj.jsvg.nodes.animation.BaseAnimationNode
Packages that use BaseAnimationNode
-
Uses of BaseAnimationNode in com.github.weisj.jsvg.nodes.animation
Subclasses of BaseAnimationNode in com.github.weisj.jsvg.nodes.animation -
Uses of BaseAnimationNode in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl with type parameters of type BaseAnimationNodeModifier and TypeMethodDescriptionprivate <T extends BaseAnimationNode>
List<@NotNull T> AttributeNode.animateNodes(@NotNull String property, Class<T> type) private static <T, A extends T, N extends BaseAnimationNode>
AAttributeNode.makeAnimated(@NotNull List<N> animationNodes, T initial, @NotNull BiFunction<N, T, A> factory) Methods in com.github.weisj.jsvg.parser.impl with parameters of type BaseAnimationNodeModifier and TypeMethodDescriptionvoidParsedDocument.registerAnimatedElement(@NotNull BaseAnimationNode animate)