public interface State
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the color of this State.
    boolean
    Checks if the current state is active.
  • 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:
      true if the state is active