|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.ui.hud.theming.WidgetTheme
org.xith3d.ui.hud.theming.TestTheme
@Deprecated public class TestTheme
The TestTheme class is a simple WidgetTheme extension, that allows
for using Theme data directly from the filesystem instead of an .xwt file.
This is simpler at theme development time. But should be avoided for
released Themes. Themes should always be released within an -xwt file!
| Field Summary |
|---|
| Fields inherited from class org.xith3d.ui.hud.theming.WidgetTheme |
|---|
themeProps |
| Constructor Summary | |
|---|---|
TestTheme(java.io.File folder)
Deprecated. Create a new TestTheme. |
|
TestTheme(java.lang.String folder)
Deprecated. Create a new TestTheme. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestTheme(java.lang.String folder)
throws java.io.IOException
TestTheme.
folder - the folder, where the "theme.properties" file resists in.
java.io.IOException
public TestTheme(java.io.File folder)
throws java.io.IOException
TestTheme.
folder - the folder, where the "theme.properties" file resists in.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||