public class ColorAction extends TemporalAction
| Constructor and Description |
|---|
ColorAction() |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor() |
Color |
getEndColor() |
void |
reset()
Resets the optional state of this action to as if it were newly created, allowing the action to be pooled and reused.
|
void |
setColor(Color color)
Sets the color to modify.
|
void |
setEndColor(Color color)
Sets the color to transition to.
|
act, finish, getDuration, getInterpolation, getTime, isComplete, isReverse, restart, setDuration, setInterpolation, setReverse, setTimepublic void reset()
Action
The default implementation calls Action.restart().
If a subclass has optional state, it must override this method, call super, and reset the optional state.
reset in interface Pool.Poolablereset in class TemporalActionpublic Color getEndColor()
public void setEndColor(Color color)
Copyright © 2021. All rights reserved.