Class LightOrange
java.lang.Object
com.jackmeng.halcyoninae.cosmos.util.bundles.LightOrange
- All Implemented Interfaces:
Theme
This is the default light theme of the program.
It features a contrast between OneLight and the native orange look from the
DarkOrange color scheme.
- Since:
- 3.3
- Author:
- Jack Meng
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a simplified version of the theme name.The primary foreground colorsThe secondary foreground colorClass<? extends BasicLookAndFeel>getLAF()Get the class of the main LAFThe main background themeThe theme or the selection colorsDefines what kind of theme this theme is representing based on the ThemeType enum.
-
Constructor Details
-
LightOrange
public LightOrange()
-
-
Method Details
-
getLAF
Description copied from interface:ThemeGet the class of the main LAF -
getForegroundColor2
Description copied from interface:ThemeThe secondary foreground color- Specified by:
getForegroundColor2in interfaceTheme- Returns:
- Color
-
getForegroundColor
Description copied from interface:ThemeThe primary foreground colors- Specified by:
getForegroundColorin interfaceTheme- Returns:
- Color
-
getMainBackground
Description copied from interface:ThemeThe main background theme- Specified by:
getMainBackgroundin interfaceTheme- Returns:
- Color
-
getThemeName
Description copied from interface:ThemeThe theme or the selection colors- Specified by:
getThemeNamein interfaceTheme- Returns:
- String
-
getCanonicalName
Description copied from interface:ThemeReturn a simplified version of the theme name. Usually that of the property value to set the theme.- Specified by:
getCanonicalNamein interfaceTheme- Returns:
- String
-
getThemeType
Description copied from interface:ThemeDefines what kind of theme this theme is representing based on the ThemeType enum.- Specified by:
getThemeTypein interfaceTheme- Returns:
- ThemeType
-