Class TransitionedIntProperty
java.lang.Object
dev.prozilla.pine.common.property.VariableProperty<Integer>
dev.prozilla.pine.common.property.animated.AnimatedProperty<Integer>
dev.prozilla.pine.common.property.animated.transitioned.TransitionedProperty<Integer>
dev.prozilla.pine.common.property.animated.transitioned.TransitionedIntProperty
-
Field Summary
Fields inherited from class dev.prozilla.pine.common.property.animated.AnimatedProperty
curve, end, start, time
Fields inherited from class dev.prozilla.pine.common.property.VariableProperty
random
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.prozilla.pine.common.property.animated.transitioned.TransitionedProperty
computeStart, transitionTo
Methods inherited from class dev.prozilla.pine.common.property.animated.AnimatedProperty
getCurve, getFactor, getRestartedValue, getUpdatedValue, hasFinished, restart, setDuration, update
-
Constructor Details
-
TransitionedIntProperty
-
-
Method Details
-
getValue
- Specified by:
getValue
in classVariableProperty<Integer>
- Returns:
- The value of this property.
-