Class VariableAnimatedColorProperty
java.lang.Object
dev.prozilla.pine.common.property.animated.variable.VariableAnimatedProperty<Color,Property<Color>>
dev.prozilla.pine.common.property.animated.variable.VariableAnimatedColorProperty
- All Implemented Interfaces:
Property<AnimatedProperty<Color>>,Functor<AnimatedProperty<Color>>
-
Field Summary
Fields inherited from class dev.prozilla.pine.common.property.animated.variable.VariableAnimatedProperty
curveProperty, endProperty, startProperty -
Constructor Summary
ConstructorsConstructorDescriptionVariableAnimatedColorProperty(Property<Color> startProperty, Property<Color> endProperty, AnimationCurve curve) VariableAnimatedColorProperty(Property<Color> startProperty, Property<Color> endProperty, Property<AnimationCurve> curveProperty) -
Method Summary
Methods 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.Property
getValueOr, hasValue, hasValueProperty, isNotNull, isNotNullProperty, isNull, map, replaceNull, requireValue, snapshot, toStringProperty
-
Constructor Details
-
VariableAnimatedColorProperty
public VariableAnimatedColorProperty(Property<Color> startProperty, Property<Color> endProperty, AnimationCurve curve) -
VariableAnimatedColorProperty
-
-
Method Details
-
getValue
Description copied from interface:PropertyReturns the value of this property.- Returns:
- The value of this property.
-