Class Track

java.lang.Object
com.github.weisj.jsvg.animation.Track

public final class Track extends Object
  • Method Details

    • parse

      @Nullable public static @Nullable Track parse(@NotNull @NotNull AttributeNode attributeNode, @NotNull @NotNull AnimationValuesType valuesType, @NotNull @NotNull Additive additive)
    • intervals

      @NotNull public @NotNull List<@NotNull Interval> intervals()
    • repeatCount

      public float repeatCount()
    • fill

      @NotNull public @NotNull Fill fill()
    • interpolationProgress

      @NotNull public @NotNull Track.InterpolationProgress interpolationProgress(long timestamp, int valueCount)
    • floatInterpolator

      @NotNull public @NotNull FloatInterpolator floatInterpolator()
    • floatListInterpolator

      @NotNull public @NotNull FloatListInterpolator floatListInterpolator()
    • paintInterpolator

      @NotNull public @NotNull PaintInterpolator paintInterpolator()
    • transformInterpolator

      @NotNull public @NotNull TransformInterpolator transformInterpolator()