Class AnimatedDualDimensionProperty
java.lang.Object
dev.prozilla.pine.common.property.animated.AnimatedProperty<DualDimension>
dev.prozilla.pine.common.property.animated.AnimatedObjectProperty<DualDimension>
dev.prozilla.pine.common.property.animated.AnimatedDualDimensionProperty
- All Implemented Interfaces:
Updatable,AnimatedPropertyBase<DualDimension>,Property<DualDimension>,Functor<DualDimension>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Dimension.Mixprotected final Dimension.Mixprotected final DualDimensionFields 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
ConstructorsConstructorDescriptionAnimatedDualDimensionProperty(DualDimension start, DualDimension 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
-
mixedDimensionX
-
mixedDimensionY
-
result
-
-
Constructor Details
-
AnimatedDualDimensionProperty
-
-
Method Details
-
getValue
Description copied from interface:PropertyReturns the value of this property.- Returns:
- The value of this property.
-