Enum Class LAFType

java.lang.Object
java.lang.Enum<LAFType>
org.loboevolution.laf.LAFType
All Implemented Interfaces:
Serializable, Comparable<LAFType>, Constable

public enum LAFType extends Enum<LAFType>

LAFType class.

  • Enum Constant Details

    • ACRYL

      public static final LAFType ACRYL
    • AERO

      public static final LAFType AERO
    • ALUMINIUM

      public static final LAFType ALUMINIUM
    • BERNSTEIN

      public static final LAFType BERNSTEIN
    • BOLD

      public static final LAFType BOLD
    • FAST

      public static final LAFType FAST
    • GRAPHITE

      public static final LAFType GRAPHITE
    • HIFI

      public static final LAFType HIFI
    • ITALIC

      public static final LAFType ITALIC
    • LUNA

      public static final LAFType LUNA
    • MONOSPACED

      public static final LAFType MONOSPACED
    • MCWIN

      public static final LAFType MCWIN
    • MINT

      public static final LAFType MINT
    • NOIRE

      public static final LAFType NOIRE
    • SMART

      public static final LAFType SMART
    • MODERN

      public static final LAFType MODERN
    • WHITE_BLACK

      public static final LAFType WHITE_BLACK
    • BLACK_WHITE

      public static final LAFType BLACK_WHITE
  • Method Details

    • values

      public static LAFType[] 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 LAFType 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
    • get

      public static LAFType get(String actionName)

      get.

      Parameters:
      actionName - a String object.
      Returns:
      a LAFType object.