| Constructor and Description |
|---|
Theme(java.lang.String themeName) |
Theme(java.lang.String themeName,
ITheme baseTheme) |
| Modifier and Type | Method and Description |
|---|---|
ITheme |
clone() |
java.lang.String |
getName()
Gets the name of the theme.
|
IThemeColorScheme |
getThemeColorScheme()
Represents a color scheme within the theme.
|
IThemeFontScheme |
getThemeFontScheme()
Represents a font scheme within the theme.
|
boolean |
isBuiltIn()
Gets whether the theme is a built-in theme.
|
public Theme(java.lang.String themeName)
public Theme(java.lang.String themeName,
ITheme baseTheme)
public final java.lang.String getName()
public final boolean isBuiltIn()
public final IThemeColorScheme getThemeColorScheme()
getThemeColorScheme in interface IThemepublic final IThemeFontScheme getThemeFontScheme()
getThemeFontScheme in interface IThemepublic final ITheme clone()
clone in class java.lang.Object