Class AnimatedFloat

java.lang.Object
com.github.weisj.jsvg.animation.value.AnimatedFloat
All Implemented Interfaces:
FloatValue

public final class AnimatedFloat extends Object implements FloatValue
  • Field Details

    • track

      @NotNull private final @NotNull Track track
    • initial

      @NotNull private final @NotNull FloatValue initial
    • values

      private final float @NotNull [] values
  • Constructor Details

    • AnimatedFloat

      AnimatedFloat(@NotNull @NotNull Track track, @NotNull @NotNull FloatValue initial, float @NotNull [] values)
  • Method Details