java.lang.Object
java.lang.Enum<Theme>
eu.hansolo.fx.monitor.tools.Theme
All Implemented Interfaces:
ColorTheme, Serializable, Comparable<Theme>, Constable

public enum Theme
extends Enum<Theme>
implements ColorTheme
  • Enum Constant Details

    • BLUE

      public static final Theme BLUE
    • BLUE_BLACK

      public static final Theme BLUE_BLACK
    • DARK_GREEN

      public static final Theme DARK_GREEN
    • GREEN

      public static final Theme GREEN
    • GREEN_BLACK

      public static final Theme GREEN_BLACK
    • GREEN_GRAY

      public static final Theme GREEN_GRAY
    • GREEN_RED

      public static final Theme GREEN_RED
    • LIGHT_GREEN

      public static final Theme LIGHT_GREEN
    • ORANGE_BLACK

      public static final Theme ORANGE_BLACK
    • YELLOW_BLACK

      public static final Theme YELLOW_BLACK
  • Method Details

    • values

      public static Theme[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Theme valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getBackgroundColor

      public javafx.scene.paint.Color getBackgroundColor()
      Specified by:
      getBackgroundColor in interface ColorTheme
    • getLineColor

      public javafx.scene.paint.Color getLineColor()
      Specified by:
      getLineColor in interface ColorTheme
    • getRasterColor

      public javafx.scene.paint.Color getRasterColor()
      Specified by:
      getRasterColor in interface ColorTheme
    • getTextColor

      public javafx.scene.paint.Color getTextColor()
      Specified by:
      getTextColor in interface ColorTheme