| Package | Description |
|---|---|
| syntaxhighlight |
| Modifier and Type | Field and Description |
|---|---|
protected Style |
Theme.plain
The default style.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Style> |
Theme.styles
The styles of this theme.
|
| Modifier and Type | Method and Description |
|---|---|
Style |
Theme.addStyle(String styleKey,
Style style)
Add style.
|
Style |
Style.clone() |
Style |
Theme.getPlain()
Get the default style.
|
Style |
Theme.getStyle(String key)
Get the style by keyword.
|
Style |
Theme.removeStyle(String styleKey)
Remove style by keyword.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Style> |
Theme.getStyles()
Get all styles.
|
| Modifier and Type | Method and Description |
|---|---|
Style |
Theme.addStyle(String styleKey,
Style style)
Add style.
|
void |
Theme.setPlain(Style plain)
Set the default style.
|
Copyright © 2015. All rights reserved.