Class AnimatedFloat

  • All Implemented Interfaces:
    FloatValue

    public final class AnimatedFloat
    extends java.lang.Object
    implements FloatValue
    • Constructor Summary

      Constructors 
      Constructor Description
      AnimatedFloat​(@NotNull Track track, @NotNull FloatValue initial, float @NotNull [] values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float get​(@NotNull MeasureContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • track

        @NotNull
        private final @NotNull Track track
      • initial

        @NotNull
        private final @NotNull FloatValue initial
      • values

        private final float @NotNull [] values
    • Constructor Detail

      • AnimatedFloat

        AnimatedFloat​(@NotNull
                      @NotNull Track track,
                      @NotNull
                      @NotNull FloatValue initial,
                      float @NotNull [] values)