Klasse PThemeToolsHelper
java.lang.Object
com.processing.mnse.themetools.common.PThemeToolsHelper
The Class PThemeToolsHelper.
helper class with constants and some needful methods
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic final String
The Constant DATE_TIME_FORMAT.static final String
The Constant EDITOR_BGCOLOR_ATTR.The visible Items groups.static final String
The Constant JLABEL_FGCOLOR_ATTR.static final String
The Constant JPANEL_BGCOLOR_ATTR.static final String
The Constant JPANEL_BORDER_COLOR_ATTR.static final String
The Constant LOG_MSG_FORMAT.static final String
The Constant PDE_SCROLLBAR_UI_ATTR.static final String
The Constant LABEL_CELL_BGCOLOR_ATTR.static final String
The Constant LABEL_CELL_BGCOLOR_ATTR.static final String
The Constant TABLE_ROW_SELECTED_COLOR_ATTR.static final String
The Constant VALUE_NOT_AVAILABLE. -
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Color
getContrastColor
(Color color) Gets the contrast color.static float
getLuminance
(Color color) Gets the contrast color.static String
toHexColorString
(Color color) To hex color string.
-
Felddetails
-
TABLE_ROW_SELECTED_COLOR_ATTR
The Constant TABLE_ROW_SELECTED_COLOR_ATTR.- Siehe auch:
-
JPANEL_BORDER_COLOR_ATTR
The Constant JPANEL_BORDER_COLOR_ATTR.- Siehe auch:
-
JLABEL_FGCOLOR_ATTR
The Constant JLABEL_FGCOLOR_ATTR.- Siehe auch:
-
JPANEL_BGCOLOR_ATTR
The Constant JPANEL_BGCOLOR_ATTR.- Siehe auch:
-
PDE_SCROLLBAR_UI_ATTR
The Constant PDE_SCROLLBAR_UI_ATTR.- Siehe auch:
-
TABLE_CELL_ODD
The Constant LABEL_CELL_BGCOLOR_ATTR.- Siehe auch:
-
TABLE_CELL_EVEN
The Constant LABEL_CELL_BGCOLOR_ATTR.- Siehe auch:
-
EDITOR_BGCOLOR_ATTR
The Constant EDITOR_BGCOLOR_ATTR.- Siehe auch:
-
LOG_MSG_FORMAT
The Constant LOG_MSG_FORMAT.- Siehe auch:
-
DATE_TIME_FORMAT
The Constant DATE_TIME_FORMAT.- Siehe auch:
-
VALUE_NOT_AVAILABLE
The Constant VALUE_NOT_AVAILABLE.- Siehe auch:
-
GROUP_ITEMS
The visible Items groups.
-
-
Konstruktordetails
-
PThemeToolsHelper
public PThemeToolsHelper()
-
-
Methodendetails
-
getLuminance
Gets the contrast color.- Parameter:
color
- the color- Gibt zurück:
- the contrast color
-
getContrastColor
Gets the contrast color.- Parameter:
color
- the color- Gibt zurück:
- the contrast color
-
toHexColorString
To hex color string.- Parameter:
color
- the color- Gibt zurück:
- the hex color string
-