Klasse PThemeToolsHelper

java.lang.Object
com.processing.mnse.themetools.common.PThemeToolsHelper

public final class PThemeToolsHelper extends Object
The Class PThemeToolsHelper. helper class with constants and some needful methods
  • Felddetails

    • TABLE_ROW_SELECTED_COLOR_ATTR

      public static final String TABLE_ROW_SELECTED_COLOR_ATTR
      The Constant TABLE_ROW_SELECTED_COLOR_ATTR.
      Siehe auch:
    • JPANEL_BORDER_COLOR_ATTR

      public static final String JPANEL_BORDER_COLOR_ATTR
      The Constant JPANEL_BORDER_COLOR_ATTR.
      Siehe auch:
    • JLABEL_FGCOLOR_ATTR

      public static final String JLABEL_FGCOLOR_ATTR
      The Constant JLABEL_FGCOLOR_ATTR.
      Siehe auch:
    • JPANEL_BGCOLOR_ATTR

      public static final String JPANEL_BGCOLOR_ATTR
      The Constant JPANEL_BGCOLOR_ATTR.
      Siehe auch:
    • PDE_SCROLLBAR_UI_ATTR

      public static final String PDE_SCROLLBAR_UI_ATTR
      The Constant PDE_SCROLLBAR_UI_ATTR.
      Siehe auch:
    • TABLE_CELL_ODD

      public static final String TABLE_CELL_ODD
      The Constant LABEL_CELL_BGCOLOR_ATTR.
      Siehe auch:
    • TABLE_CELL_EVEN

      public static final String TABLE_CELL_EVEN
      The Constant LABEL_CELL_BGCOLOR_ATTR.
      Siehe auch:
    • EDITOR_BGCOLOR_ATTR

      public static final String EDITOR_BGCOLOR_ATTR
      The Constant EDITOR_BGCOLOR_ATTR.
      Siehe auch:
    • LOG_MSG_FORMAT

      public static final String LOG_MSG_FORMAT
      The Constant LOG_MSG_FORMAT.
      Siehe auch:
    • DATE_TIME_FORMAT

      public static final String DATE_TIME_FORMAT
      The Constant DATE_TIME_FORMAT.
      Siehe auch:
    • VALUE_NOT_AVAILABLE

      public static final String VALUE_NOT_AVAILABLE
      The Constant VALUE_NOT_AVAILABLE.
      Siehe auch:
    • GROUP_ITEMS

      public static final Map<String,String[]> GROUP_ITEMS
      The visible Items groups.
  • Konstruktordetails

    • PThemeToolsHelper

      public PThemeToolsHelper()
  • Methodendetails

    • getLuminance

      public static float getLuminance(Color color)
      Gets the contrast color.
      Parameter:
      color - the color
      Gibt zurück:
      the contrast color
    • getContrastColor

      public static Color getContrastColor(Color color)
      Gets the contrast color.
      Parameter:
      color - the color
      Gibt zurück:
      the contrast color
    • toHexColorString

      public static String toHexColorString(Color color)
      To hex color string.
      Parameter:
      color - the color
      Gibt zurück:
      the hex color string