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
|
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-2011 Potix Corporation. All Rights Reserved.