Uses of Class
com.github.weisj.jsvg.nodes.animation.BaseAnimationNode
-
Packages that use BaseAnimationNode Package Description com.github.weisj.jsvg.nodes.animation com.github.weisj.jsvg.parser.impl -
-
Uses of BaseAnimationNode in com.github.weisj.jsvg.nodes.animation
Subclasses of BaseAnimationNode in com.github.weisj.jsvg.nodes.animation Modifier and Type Class Description classAnimateclassAnimateTransform -
Uses of BaseAnimationNode in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl with type parameters of type BaseAnimationNode Modifier and Type Method Description private <T extends BaseAnimationNode>
java.util.List<@NotNull T>AttributeNode. animateNodes(@NotNull java.lang.String property, java.lang.Class<T> type)private static <T,A extends T,N extends BaseAnimationNode>
AAttributeNode. makeAnimated(@NotNull java.util.List<N> animationNodes, T initial, @NotNull java.util.function.BiFunction<N,T,A> factory)Methods in com.github.weisj.jsvg.parser.impl with parameters of type BaseAnimationNode Modifier and Type Method Description voidParsedDocument. registerAnimatedElement(@NotNull BaseAnimationNode animate)
-