Class TransitionedIntProperty

All Implemented Interfaces:
Updatable, AnimatedPropertyBase<Integer>, TransitionedProperty<Integer>, IntProperty, NonNullProperty<Integer>, Property<Integer>, Functor<Integer>

public class TransitionedIntProperty extends AnimatedIntProperty implements TransitionedProperty<Integer>
  • Constructor Details

    • TransitionedIntProperty

      public TransitionedIntProperty(int initialValue, AnimationCurve curve)
  • Method Details