public abstract class Theme
extends java.lang.Object
Constructor and Description |
---|
Theme()
Instantiate a theme
|
Theme(java.lang.String themeName)
Instantiate a theme with the given name
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
void |
setName(java.lang.String themeName)
Rename the theme
|
java.lang.String |
toString() |
public Theme()
public Theme(java.lang.String themeName)
themeName
- name used to identify the themepublic java.lang.String getName()
public void setName(java.lang.String themeName)
themeName
- new name used by the themepublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.