Package | Description |
---|---|
org.amexio.colors.io | |
org.amexio.colors.themes |
Modifier and Type | Method and Description |
---|---|
ThemeConfig |
ThemeConfig.setAmexioDesignType()
Sets the Theme Design Type to Amexio Design
|
ThemeConfig |
ThemeConfig.setDesignType(boolean _type)
Sets the Design Type
TRUE = Material Design
FALSE = Amexio Design
|
ThemeConfig |
ThemeConfig.setMaterialDesignType()
Sets the Theme Design Type to Material Design
|
ThemeConfig |
ThemeConfig.setVersion(double _version)
Set the Theme Version
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ThemeConfig> |
ThemesDataReader.getThemes()
Returns the Theme List
|
java.util.ArrayList<ThemeConfig> |
ThemeSelectorData.themes()
Returns the Themes Config List
|
java.util.ArrayList<ThemeConfig> |
SassToCssBuilder.themes()
Returns the Themes Config List
|
Modifier and Type | Method and Description |
---|---|
int |
ThemeConfigHueSort.compare(ThemeConfig _tc1,
ThemeConfig _tc2) |
int |
ThemeConfig.compare(ThemeConfig _tc1,
ThemeConfig _tc2)
Compare Two ThemeConfig Objects
|
int |
ThemeConfigRGBSort.compare(ThemeConfig _tc1,
ThemeConfig _tc2) |
int |
ThemeConfig.compareTo(ThemeConfig _theme)
Sort on Theme Name
|
Constructor and Description |
---|
SassToCssBuilder(java.util.ArrayList<ThemeConfig> _themes)
Create the Builder with a Collection of Theme Config
|
ThemeSelectorData(java.util.ArrayList<ThemeConfig> _themes)
Default Themes Per Row = 3
|
ThemeSelectorData(java.util.ArrayList<ThemeConfig> _themes,
int _themesPerRow) |
Constructor and Description |
---|
AmexioThemeBuilder(ThemeConfig _theme) |