Enum Class Color

java.lang.Object
java.lang.Enum<Color>
com.djrapitops.plan.utilities.html.icon.Color
All Implemented Interfaces:
Serializable, Comparable<Color>, Constable

@Deprecated(since="5.0") public enum Color extends Enum<Color>
Deprecated.
This Class exists to keep plugins that used PluginData from breaking.
  • Enum Constant Details

    • RED

      public static final Color RED
      Deprecated.
    • PINK

      public static final Color PINK
      Deprecated.
    • PURPLE

      public static final Color PURPLE
      Deprecated.
    • DEEP_PURPLE

      public static final Color DEEP_PURPLE
      Deprecated.
    • INDIGO

      public static final Color INDIGO
      Deprecated.
    • BLUE

      public static final Color BLUE
      Deprecated.
    • LIGHT_BLUE

      public static final Color LIGHT_BLUE
      Deprecated.
    • CYAN

      public static final Color CYAN
      Deprecated.
    • TEAL

      public static final Color TEAL
      Deprecated.
    • GREEN

      public static final Color GREEN
      Deprecated.
    • LIGHT_GREEN

      public static final Color LIGHT_GREEN
      Deprecated.
    • LIME

      public static final Color LIME
      Deprecated.
    • YELLOW

      public static final Color YELLOW
      Deprecated.
    • AMBER

      public static final Color AMBER
      Deprecated.
    • ORANGE

      public static final Color ORANGE
      Deprecated.
    • DEEP_ORANGE

      public static final Color DEEP_ORANGE
      Deprecated.
    • BROWN

      public static final Color BROWN
      Deprecated.
    • GREY

      public static final Color GREY
      Deprecated.
    • BLUE_GREY

      public static final Color BLUE_GREY
      Deprecated.
    • BLACK

      public static final Color BLACK
      Deprecated.
    • NONE

      public static final Color NONE
      Deprecated.
  • Method Details

    • values

      public static Color[] values()
      Deprecated.
      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 Color valueOf(String name)
      Deprecated.
      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
    • matchString

      @Deprecated public static Color matchString(String name)
      Deprecated.
      This Class exists to keep plugins that used PluginData from breaking.
    • getByName

      @Deprecated public static Optional<Color> getByName(String name)
      Deprecated.
      This Class exists to keep plugins that used PluginData from breaking.
    • getHtmlClass

      public String getHtmlClass()
      Deprecated.