Interface State
public interface State
-
Method Summary
-
Method Details
-
color
Color color()Gets the color of this State.- Returns:
- the color of this State
-
isActive
boolean isActive()Checks if the current state is active.- Returns:
trueif the state is active
-