Enum Class PoiSize

java.lang.Object
java.lang.Enum<PoiSize>
eu.hansolo.toolboxfx.geom.PoiSize
All Implemented Interfaces:
Serializable, Comparable<PoiSize>, Constable

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

    • TINY

      public static final PoiSize TINY
    • SMALL

      public static final PoiSize SMALL
    • NORMAL

      public static final PoiSize NORMAL
    • BIG

      public static final PoiSize BIG
    • HUGE

      public static final PoiSize HUGE
  • Method Details

    • values

      public static PoiSize[] 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 PoiSize 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