Package org.bzdev.p3d

Enum SteppedGrid.Builder.Corner

java.lang.Object
java.lang.Enum<SteppedGrid.Builder.Corner>
org.bzdev.p3d.SteppedGrid.Builder.Corner
All Implemented Interfaces:
Serializable, Comparable<SteppedGrid.Builder.Corner>
Enclosing class:
SteppedGrid.Builder

public static enum SteppedGrid.Builder.Corner extends Enum<SteppedGrid.Builder.Corner>
Enumeration naming the corner of a half rectangle.

This enumeration is used to indicate which corner of a half rectangle is the vertex to which filled rectangles, that are not placeholders, are attached.

  • Enum Constant Details

  • Method Details

    • values

      public static SteppedGrid.Builder.Corner[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static SteppedGrid.Builder.Corner valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null