Enum Class Colors.Type

java.lang.Object
java.lang.Enum<Colors.Type>
com.mapfactor.sdk.utils.ui.Colors.Type
All Implemented Interfaces:
Serializable, Comparable<Colors.Type>, Constable
Enclosing interface:
Colors

public static enum Colors.Type extends Enum<Colors.Type>
Color types
Since:
3.14
  • Enum Constant Details

    • Primary

      public static final Colors.Type Primary
      Primary color
      Since:
      3.14
    • PrimaryDark

      public static final Colors.Type PrimaryDark
      Primary dark color
      Since:
      3.14
  • Method Details

    • values

      public static Colors.Type[] 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 Colors.Type 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