Enum Class SpinnerType

java.lang.Object
java.lang.Enum<SpinnerType>
eu.hansolo.tilesfx.addons.SpinnerType
All Implemented Interfaces:
Serializable, Comparable<SpinnerType>, Constable

public enum SpinnerType extends Enum<SpinnerType>
  • Enum Constant Details

    • NUMERIC_0_9

      public static final SpinnerType NUMERIC_0_9
    • NUMERIC_0_5

      public static final SpinnerType NUMERIC_0_5
    • NUMERIC_0_3

      public static final SpinnerType NUMERIC_0_3
    • NUMERIC_0_2

      public static final SpinnerType NUMERIC_0_2
    • NUMERIC_0_1

      public static final SpinnerType NUMERIC_0_1
    • ALPHABETIC

      public static final SpinnerType ALPHABETIC
    • SIGNS

      public static final SpinnerType SIGNS
  • Method Details

    • values

      public static SpinnerType[] 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 SpinnerType 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
    • getUpperLimit

      public int getUpperLimit()
    • getCharacters

      public String[] getCharacters()