Constructor Summary |
|
public | InfoNodeLookAndFeelTheme() Creates a default InfoNode look and feel theme. |
public | InfoNodeLookAndFeelTheme(String name, Color controlColor, Color primaryControlColor, Color backgroundColor, Color textColor) Creates a theme with custom colors. |
public | InfoNodeLookAndFeelTheme(String name, Color controlColor, Color primaryControlColor, Color backgroundColor, Color textColor, Color selectedBackgroundColor, Color selectedTextColor) Creates a theme with custom colors. |
public | InfoNodeLookAndFeelTheme(String name, Color controlColor, Color primaryControlColor, Color backgroundColor, Color textColor, Color selectedBackgroundColor, Color selectedTextColor, double shadingFactor) Creates a theme with custom colors.
Parameters: name - the name of this theme Parameters: controlColor - the background color for buttons, labels etc. Parameters: primaryControlColor - the color of scrollbar "knobs" Parameters: backgroundColor - the background color for viewports, tree's, tables etc. Parameters: textColor - the text color Parameters: selectedBackgroundColor - the background color for selected text, selected menu items Parameters: selectedTextColor - the text color for selected text, selected menu items Parameters: shadingFactor - the shading factor is used when calculating brighter and darker control colors. |