- java.lang.Object
-
- com.github.weisj.jsvg.animation.AnimationPeriod
-
-
Constructor Summary
Constructors Constructor Description AnimationPeriod(long start, long end, boolean freeze)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull AnimationPeriod
derive(@Nullable Track track)
long
duration()
long
endTime()
long
startTime()
-
-
-
Method Detail
-
derive
@NotNull public @NotNull AnimationPeriod derive(@Nullable @Nullable Track track)
-
-