Class AnimatedColorProperty
java.lang.Object
dev.prozilla.pine.common.property.VariableProperty<Color>
dev.prozilla.pine.common.property.animated.AnimatedProperty<Color>
dev.prozilla.pine.common.property.animated.AnimatedColorProperty
- All Implemented Interfaces:
ColorProperty,Transmittable<Color>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA color property with an animated alpha value. -
Field Summary
Fields 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
Constructors -
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, hasValueMethods 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.ColorProperty
getColor
-
Constructor Details
-
AnimatedColorProperty
-
-
Method Details
-
getValue
Description copied from class:VariablePropertyReturns the value of this property.- Specified by:
getValuein classVariableProperty<Color>- Returns:
- The value of this property.
-
applyUpdatedValue
-
transmit
Description copied from interface:TransmittableTransmits this object's data to a given target object.- Specified by:
transmitin interfaceTransmittable<Color>- Parameters:
target- the target object to which data will be transmitted
-