Enum Class ThemeVal

java.lang.Object
java.lang.Enum<ThemeVal>
com.djrapitops.plan.settings.theme.ThemeVal
All Implemented Interfaces:
Serializable, Comparable<ThemeVal>, Constable

@Deprecated(since="2025-08-13, removal of theme.yml") public enum ThemeVal extends Enum<ThemeVal>
Deprecated.
theme.yml is deprecated and with it any colors accessible in this enum. Use CSS color variables for use-cases instead, since they are only stable variables on the website.
Enum class used for getting the Html colors that match the config settings.
  • Enum Constant Details

    • THEME_DEFAULT

      public static final ThemeVal THEME_DEFAULT
      Deprecated.
    • FONT_STYLESHEET

      public static final ThemeVal FONT_STYLESHEET
      Deprecated.
    • FONT_FAMILY

      public static final ThemeVal FONT_FAMILY
      Deprecated.
    • RED

      public static final ThemeVal RED
      Deprecated.
    • PINK

      public static final ThemeVal PINK
      Deprecated.
    • PURPLE

      public static final ThemeVal PURPLE
      Deprecated.
    • DEEP_PURPLE

      public static final ThemeVal DEEP_PURPLE
      Deprecated.
    • INDIGO

      public static final ThemeVal INDIGO
      Deprecated.
    • BLUE

      public static final ThemeVal BLUE
      Deprecated.
    • LIGHT_BLUE

      public static final ThemeVal LIGHT_BLUE
      Deprecated.
    • CYAN

      public static final ThemeVal CYAN
      Deprecated.
    • TEAL

      public static final ThemeVal TEAL
      Deprecated.
    • GREEN

      public static final ThemeVal GREEN
      Deprecated.
    • LIGHT_GREEN

      public static final ThemeVal LIGHT_GREEN
      Deprecated.
    • LIME

      public static final ThemeVal LIME
      Deprecated.
    • YELLOW

      public static final ThemeVal YELLOW
      Deprecated.
    • AMBER

      public static final ThemeVal AMBER
      Deprecated.
    • ORANGE

      public static final ThemeVal ORANGE
      Deprecated.
    • DEEP_ORANGE

      public static final ThemeVal DEEP_ORANGE
      Deprecated.
    • BROWN

      public static final ThemeVal BROWN
      Deprecated.
    • GREY

      public static final ThemeVal GREY
      Deprecated.
    • BLUE_GREY

      public static final ThemeVal BLUE_GREY
      Deprecated.
    • BLACK

      public static final ThemeVal BLACK
      Deprecated.
    • WHITE

      public static final ThemeVal WHITE
      Deprecated.
    • GRAPH_PUNCHCARD

      public static final ThemeVal GRAPH_PUNCHCARD
      Deprecated.
    • GRAPH_PLAYERS_ONLINE

      public static final ThemeVal GRAPH_PLAYERS_ONLINE
      Deprecated.
    • GRAPH_TPS_HIGH

      public static final ThemeVal GRAPH_TPS_HIGH
      Deprecated.
    • GRAPH_TPS_MED

      public static final ThemeVal GRAPH_TPS_MED
      Deprecated.
    • GRAPH_TPS_LOW

      public static final ThemeVal GRAPH_TPS_LOW
      Deprecated.
    • GRAPH_CPU

      public static final ThemeVal GRAPH_CPU
      Deprecated.
    • GRAPH_RAM

      public static final ThemeVal GRAPH_RAM
      Deprecated.
    • GRAPH_CHUNKS

      public static final ThemeVal GRAPH_CHUNKS
      Deprecated.
    • GRAPH_ENTITIES

      public static final ThemeVal GRAPH_ENTITIES
      Deprecated.
    • GRAPH_WORLD_PIE

      public static final ThemeVal GRAPH_WORLD_PIE
      Deprecated.
    • GRAPH_GM_PIE

      public static final ThemeVal GRAPH_GM_PIE
      Deprecated.
    • GRAPH_ACTIVITY_PIE

      public static final ThemeVal GRAPH_ACTIVITY_PIE
      Deprecated.
    • GRAPH_SERVER_PREF_PIE

      public static final ThemeVal GRAPH_SERVER_PREF_PIE
      Deprecated.
    • GRAPH_AVG_PING

      public static final ThemeVal GRAPH_AVG_PING
      Deprecated.
    • GRAPH_MAX_PING

      public static final ThemeVal GRAPH_MAX_PING
      Deprecated.
    • GRAPH_MIN_PING

      public static final ThemeVal GRAPH_MIN_PING
      Deprecated.
    • WORLD_MAP_HIGH

      public static final ThemeVal WORLD_MAP_HIGH
      Deprecated.
    • WORLD_MAP_LOW

      public static final ThemeVal WORLD_MAP_LOW
      Deprecated.
  • Method Details

    • values

      public static ThemeVal[] 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 ThemeVal 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
    • getThemePath

      public String getThemePath()
      Deprecated.
    • getDefaultValue

      public String getDefaultValue()
      Deprecated.