Package pkg.exoad.g

Enum Class G.Align

All Implemented Interfaces:
Serializable, Comparable<G.Align>, Constable
Enclosing class:
G

public static enum G.Align extends Enum<G.Align>
  • Enum Constant Details

    • CENTER

      public static final G.Align CENTER
    • TOP_LEFT

      public static final G.Align TOP_LEFT
    • TOP_RIGHT

      public static final G.Align TOP_RIGHT
    • BOTTOM_LEFT

      public static final G.Align BOTTOM_LEFT
    • BOTTOM_RIGHT

      public static final G.Align BOTTOM_RIGHT
    • CENTER_LEFT

      public static final G.Align CENTER_LEFT
    • CENTER_RIGHT

      public static final G.Align CENTER_RIGHT
  • Field Details

    • x

      final int x
    • y

      final int y
  • Constructor Details

    • Align

      private Align(int x, int y)
  • Method Details

    • values

      public static G.Align[] 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 G.Align 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