Uses of Class
com.github.weisj.jsvg.animation.time.Interval
-
Packages that use Interval Package Description com.github.weisj.jsvg.animation -
-
Uses of Interval in com.github.weisj.jsvg.animation
Fields in com.github.weisj.jsvg.animation with type parameters of type Interval Modifier and Type Field Description private @NotNull java.util.List<@NotNull Interval>
Track. intervals
Methods in com.github.weisj.jsvg.animation that return Interval Modifier and Type Method Description private @Nullable Interval
Track. currentInterval(long timestamp)
Methods in com.github.weisj.jsvg.animation that return types with arguments of type Interval Modifier and Type Method Description @NotNull java.util.List<@NotNull Interval>
Track. intervals()
Constructor parameters in com.github.weisj.jsvg.animation with type arguments of type Interval Constructor Description Track(@NotNull java.util.List<@NotNull Interval> intervals, float repeatCount, Fill fill, AnimationValuesType valuesType, Additive additive)
-