Class VariableAnimatedProperty<T,P extends Property<T>>

java.lang.Object
dev.prozilla.pine.common.property.animated.variable.VariableAnimatedProperty<T,P>
All Implemented Interfaces:
Property<AnimatedProperty<T>>, Functor<AnimatedProperty<T>>
Direct Known Subclasses:
VariableAnimatedColorProperty, VariableAnimatedFloatProperty

public abstract class VariableAnimatedProperty<T,P extends Property<T>> extends Object implements Property<AnimatedProperty<T>>
  • Field Details

  • Constructor Details

    • VariableAnimatedProperty

      public VariableAnimatedProperty(P startProperty, P endProperty, Property<AnimationCurve> curveProperty)