com.jmex.bui.tests
Class BaseTest
java.lang.Object
com.jme.app.AbstractGame
com.jme.app.BaseGame
com.jme.app.BaseSimpleGame
com.jme.app.SimpleGame
com.jmex.bui.tests.BaseTest
- Direct Known Subclasses:
- HTMLTest, LabelTest, LayoutTest, ScrollingListTest
public abstract class BaseTest
- extends SimpleGame
A base class for our various visual tests.
| Fields inherited from class com.jme.app.BaseSimpleGame |
alphaBits, cam, depthBits, fontLocation, fps, fpsNode, input, lightState, pause, rootNode, samples, showBounds, showDepth, showNormals, stencilBits, tempBuffer, timer, tpf, updateBuffer, wireState |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_root
protected PolledRootNode _root
BaseTest
public BaseTest()
simpleInitGame
protected void simpleInitGame()
- Specified by:
simpleInitGame in class BaseSimpleGame
simpleUpdate
protected void simpleUpdate()
- Overrides:
simpleUpdate in class BaseSimpleGame
createWindows
protected abstract void createWindows(BRootNode root,
BStyleSheet style)
Copyright © 2008 Michael Bayne.
All Rights Reserved.