Enum Class CircularPane.MinPrefMax

java.lang.Object
java.lang.Enum<CircularPane.MinPrefMax>
jfxtras.scene.layout.CircularPane.MinPrefMax
All Implemented Interfaces:
Serializable, Comparable<CircularPane.MinPrefMax>, Constable
Enclosing class:
CircularPane

protected static enum CircularPane.MinPrefMax extends Enum<CircularPane.MinPrefMax>
  • Enum Constant Details

  • Constructor Details

    • MinPrefMax

      private MinPrefMax()
  • Method Details

    • values

      public static CircularPane.MinPrefMax[] 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 CircularPane.MinPrefMax 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