Class AnimatedDimensionProperty
java.lang.Object
dev.prozilla.pine.common.property.animated.AnimatedProperty<DimensionBase>
dev.prozilla.pine.common.property.animated.AnimatedObjectProperty<DimensionBase>
dev.prozilla.pine.common.property.animated.AnimatedDimensionProperty
- All Implemented Interfaces:
Updatable,AnimatedPropertyBase<DimensionBase>,Property<DimensionBase>,Functor<DimensionBase>
-
Field Summary
FieldsFields inherited from class dev.prozilla.pine.common.property.animated.AnimatedObjectProperty
end, startFields inherited from class dev.prozilla.pine.common.property.animated.AnimatedProperty
curve, time -
Constructor Summary
ConstructorsConstructorDescriptionAnimatedDimensionProperty(DimensionBase start, DimensionBase end, AnimationCurve curve) -
Method Summary
Methods inherited from class dev.prozilla.pine.common.property.animated.AnimatedProperty
getCurve, getFactor, hasFinished, restart, setDuration, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.prozilla.pine.common.property.animated.AnimatedPropertyBase
getRestartedValue, getUpdatedValueMethods inherited from interface dev.prozilla.pine.common.property.Property
getValueOr, hasValue, hasValueProperty, isNotNull, isNotNullProperty, isNull, map, replaceNull, requireValue, snapshot, toStringProperty
-
Field Details
-
mixedDimension
-
-
Constructor Details
-
AnimatedDimensionProperty
-
-
Method Details
-
getValue
Description copied from interface:PropertyReturns the value of this property.- Returns:
- The value of this property.
-