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, timeFields 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, updateMethods inherited from class dev.prozilla.pine.common.property.VariableProperty
exists, getValue, getValue, hasValue
-
Field Details
-
mixedDimension
-
-
Constructor Details
-
AnimatedDimensionProperty
-
-
Method Details
-
getValue
Description copied from class:VariablePropertyReturns the value of this property.- Specified by:
getValuein classVariableProperty<DimensionBase>- Returns:
- The value of this property.
-