public class AmexioThemeColors
extends java.lang.Object
Based on the Theme Colors :
01. Theme Color 1 02. Theme Color 2 03. Theme Color 3 04. Theme Color 4 05. Theme Font Color 06. Theme Font Family
Theme Builder will automatically determines the Font Colors and Background Colors for various component properties like
01. App Bacground Color 02. App Foreground Color 03. App Header Background Color 04. App Header Foreground Color 05. App Header Hover Color 06. App Header Hover Foreground Color
01. Component Bacground Color 02. Component Foreground Color 03. Component Header Background Color 04. Component Header Foreground Color 05. Component Hover Background Color 06. Component Hover Foreground Color 07. Component Footer Background Color 08. Component Footer Foreground Color
09. Component Active Background Color 10. Component Active Foreground Color 11. Component Disabled Background Color 12. Component Disabled Foreground Color
Modifier and Type | Field and Description |
---|---|
static Color |
amexioColorBlueDark |
static Color |
amexioColorBlueLight |
static Color |
amexioColorBrownDark |
static Color |
amexioColorBrownLight |
static Color |
amexioColorGreenDark |
static Color |
amexioColorGreenLight |
static Color |
amexioColorPurpleDark |
static Color |
amexioColorPurpleLight |
static Color |
amexioColorRedDark |
static Color |
amexioColorRedLight |
static Color |
amexioColorYellowDark |
static Color |
amexioColorYellowLight |
static java.lang.String |
NL |
Color |
theme1stColor |
Color |
theme2ndColor |
Color |
theme3rdColor |
Color |
theme4thColor |
Color |
theme5thColor |
Color |
theme6thColor |
Color |
themeFontColor |
java.lang.String |
themeFontFamily |
Constructor and Description |
---|
AmexioThemeColors()
Creates the Default Theme with Maroon, FireBrick, WhiteSmoke and Snow
as the Four Theme Colors
Theme Colors ------------------------------------------
Color 1 = Maroon
Color 2 = FireBrick
Color 3 = Theme Color 3 (Auto Derived)
Color 4 = Theme Color 4 (Auto Derived)
App Colors Background Colors -------------------------
App Background Color = WHITE SMOKE
Component Background Color = SNOW
Font Family = Ex.
|
AmexioThemeColors(Color _color1)
Define Amexio Theme with One Color.
|
AmexioThemeColors(Color _color1,
Color _color2)
Define Amexio Theme by Two Colors.
|
AmexioThemeColors(Color _color1,
Color _color2,
Color _color3)
Define Amexio Theme by Three Colors.
|
AmexioThemeColors(Color _color1,
Color _color2,
Color _color3,
Color _color4)
Define Amexio Theme by Four Colors.
|
AmexioThemeColors(Color _color1,
Color _color2,
Color _color3,
Color _color4,
Color _color5,
Color _color6,
java.lang.String _fontFamily)
Define Amexio Theme by Four Colors.
|
AmexioThemeColors(Color _color1,
Color _color2,
java.lang.String _fontFamily)
Define Amexio Theme by Two Colors with Font Family
Rest of the Colors will be auto determined by the Theme Builder
based on Best Color Patterns alogrithms.
|
AmexioThemeColors(Color _color1,
java.lang.String _fontFamily)
Define Amexio Theme with One Color.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
printSCSS()
Prints the SCSS for App Vars
|
public static final java.lang.String NL
public final Color theme1stColor
public final Color theme2ndColor
public final Color theme3rdColor
public final Color theme4thColor
public final Color theme5thColor
public final Color theme6thColor
public final Color themeFontColor
public final java.lang.String themeFontFamily
public static final Color amexioColorRedLight
public static final Color amexioColorRedDark
public static final Color amexioColorGreenLight
public static final Color amexioColorGreenDark
public static final Color amexioColorPurpleLight
public static final Color amexioColorPurpleDark
public static final Color amexioColorBlueLight
public static final Color amexioColorBlueDark
public static final Color amexioColorBrownLight
public static final Color amexioColorBrownDark
public static final Color amexioColorYellowLight
public static final Color amexioColorYellowDark
public AmexioThemeColors()
public AmexioThemeColors(Color _color1)
Color
- _color1public AmexioThemeColors(Color _color1, java.lang.String _fontFamily)
Color
- _color1String
- _fontFamilypublic AmexioThemeColors(Color _color1, Color _color2)
Color
- _color1Color
- _color2public AmexioThemeColors(Color _color1, Color _color2, java.lang.String _fontFamily)
Color
- _color1Color
- _color2String
- _fontFamilypublic AmexioThemeColors(Color _color1, Color _color2, Color _color3)
Color
- _color1Color
- _color2Color
- _color3public AmexioThemeColors(Color _color1, Color _color2, Color _color3, Color _color4)
_color1
- _color2
- _color3
- _color4
- public AmexioThemeColors(Color _color1, Color _color2, Color _color3, Color _color4, Color _color5, Color _color6, java.lang.String _fontFamily)
Color
- _color1Color
- _color2Color
- _color3Color
- _color4String
- _fontFamily