Enum Class MoraJai.Pos

java.lang.Object
java.lang.Enum<MoraJai.Pos>
com.wdiscute.starcatcher.morajai.MoraJai.Pos
All Implemented Interfaces:
Serializable, Comparable<MoraJai.Pos>, Constable
Enclosing class:
MoraJai

public static enum MoraJai.Pos extends Enum<MoraJai.Pos>
  • Enum Constant Details

    • TOP_LEFT

      public static final MoraJai.Pos TOP_LEFT
    • TOP_MIDDLE

      public static final MoraJai.Pos TOP_MIDDLE
    • TOP_RIGHT

      public static final MoraJai.Pos TOP_RIGHT
    • MIDDLE_LEFT

      public static final MoraJai.Pos MIDDLE_LEFT
    • MIDDLE_MIDDLE

      public static final MoraJai.Pos MIDDLE_MIDDLE
    • MIDDLE_RIGHT

      public static final MoraJai.Pos MIDDLE_RIGHT
    • BOTTOM_LEFT

      public static final MoraJai.Pos BOTTOM_LEFT
    • BOTTOM_MIDDLE

      public static final MoraJai.Pos BOTTOM_MIDDLE
    • BOTTOM_RIGHT

      public static final MoraJai.Pos BOTTOM_RIGHT
  • Method Details

    • values

      public static MoraJai.Pos[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static MoraJai.Pos valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • isTop

      public boolean isTop()
    • isMiddle

      public boolean isMiddle()
    • isBottom

      public boolean isBottom()