Uses of Interface
com.github.weisj.jsvg.renderer.animation.Animation
-
Packages that use Animation Package Description com.github.weisj.jsvg com.github.weisj.jsvg.animation com.github.weisj.jsvg.ui -
-
Uses of Animation in com.github.weisj.jsvg
Methods in com.github.weisj.jsvg that return Animation Modifier and Type Method Description @NotNull Animation
SVGDocument. animation()
-
Uses of Animation in com.github.weisj.jsvg.animation
Classes in com.github.weisj.jsvg.animation that implement Animation Modifier and Type Class Description class
AnimationPeriod
-
Uses of Animation in com.github.weisj.jsvg.ui
Fields in com.github.weisj.jsvg.ui declared as Animation Modifier and Type Field Description private @NotNull Animation
AnimationPlayer. animation
Methods in com.github.weisj.jsvg.ui with parameters of type Animation Modifier and Type Method Description void
AnimationPlayer. setAnimation(@Nullable Animation animation)
-