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:Theme
Get the class of the main LAF -
getForegroundColor2
Description copied from interface:Theme
The secondary foreground color- Specified by:
getForegroundColor2
in interfaceTheme
- Returns:
- Color
-
getForegroundColor
Description copied from interface:Theme
The primary foreground colors- Specified by:
getForegroundColor
in interfaceTheme
- Returns:
- Color
-
getMainBackground
Description copied from interface:Theme
The main background theme- Specified by:
getMainBackground
in interfaceTheme
- Returns:
- Color
-
getThemeName
Description copied from interface:Theme
The theme or the selection colors- Specified by:
getThemeName
in interfaceTheme
- Returns:
- String
-
getCanonicalName
Description copied from interface:Theme
Return a simplified version of the theme name. Usually that of the property value to set the theme.- Specified by:
getCanonicalName
in interfaceTheme
- Returns:
- String
-
getThemeType
Description copied from interface:Theme
Defines what kind of theme this theme is representing based on the ThemeType enum.- Specified by:
getThemeType
in interfaceTheme
- Returns:
- ThemeType
-