public final class AmexioThemeBuilder
extends java.lang.Object
Builds an Amexio Theme based on Multiple Color Choices
Following the Are the Color Choice available
Build Themes on 1. ColorDuo (Two Colors) 2. ColorTriadic (Three Colors) 3.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NL |
Constructor and Description |
---|
AmexioThemeBuilder()
Default Theme Builder with the Following Colors
Maroon, FireBrick, WhiteSmoke and Snow.
|
AmexioThemeBuilder(Color _color1)
Theme with a Single Color Pallette
|
AmexioThemeBuilder(Color _color1,
Color _color2)
Theme with Two Color Pallette
|
AmexioThemeBuilder(Color _color1,
Color _color2,
Color _color3)
Theme with Three Color Pallette
|
AmexioThemeBuilder(Color _color1,
Color _color2,
Color _color3,
Color _color4,
Color _color5,
Color _color6,
java.lang.String _fontFamily) |
AmexioThemeBuilder(ThemeConfig _theme) |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
java.lang.String |
printSCSS()
Create the entire CSS Theme File
|
public AmexioThemeBuilder()
public AmexioThemeBuilder(ThemeConfig _theme)
public AmexioThemeBuilder(Color _color1)
Color
- _color1public AmexioThemeBuilder(Color _color1, Color _color2)
Color
- _color1Color
- _color2public AmexioThemeBuilder(Color _color1, Color _color2, Color _color3)
Color
- _color1Color
- _color2Color
- _color3