Package com.github.weisj.jsvg.animation
Class Track
java.lang.Object
com.github.weisj.jsvg.animation.Track
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@NotNull Fillfill()@NotNull FloatInterpolator@NotNull FloatListInterpolator@NotNull Track.InterpolationProgressinterpolationProgress(long timestamp, int valueCount) @NotNull PaintInterpolatorstatic @Nullable Trackparse(@NotNull AttributeNode attributeNode, @NotNull AnimationValuesType valuesType, @NotNull Additive additive) float@NotNull TransformInterpolator
-
Method Details
-
parse
@Nullable public static @Nullable Track parse(@NotNull @NotNull AttributeNode attributeNode, @NotNull @NotNull AnimationValuesType valuesType, @NotNull @NotNull Additive additive) -
intervals
-
repeatCount
public float repeatCount() -
fill
-
interpolationProgress
@NotNull public @NotNull Track.InterpolationProgress interpolationProgress(long timestamp, int valueCount) -
floatInterpolator
-
floatListInterpolator
-
paintInterpolator
-
transformInterpolator
-