public abstract class Theme extends Object
| Constructor and Description |
|---|
Theme()
Instantiate a theme
|
Theme(String themeName)
Instantiate a theme with the given name
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
setName(String themeName)
Rename the theme
|
String |
toString() |
public Theme()
public Theme(String themeName)
themeName - name used to identify the themeCopyright © 2022. All rights reserved.