Class AnimatedDimensionProperty
java.lang.Object
dev.prozilla.pine.common.property.VariableProperty<DimensionBase>
dev.prozilla.pine.common.property.animated.AnimatedProperty<DimensionBase>
dev.prozilla.pine.common.property.animated.AnimatedDimensionProperty
-
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionAnimatedDimensionProperty
(DimensionBase start, DimensionBase end, AnimationCurve curve) -
Method Summary
Methods inherited from class dev.prozilla.pine.common.property.animated.AnimatedProperty
getCurve, getFactor, getRestartedValue, getUpdatedValue, hasFinished, restart, setDuration, update
-
Field Details
-
mixedDimension
-
-
Constructor Details
-
AnimatedDimensionProperty
-
-
Method Details
-
getValue
- Specified by:
getValue
in classVariableProperty<DimensionBase>
- Returns:
- The value of this property.
-