Class TestMain
- java.lang.Object
- 
- com.jme3.app.Application
- 
- com.jme3.app.SimpleApplication
- 
- jadex.extension.envsupport.observer.graphics.jmonkey.util.TestMain
 
 
 
- 
- All Implemented Interfaces:
- com.jme3.system.SystemListener
 
 public class TestMain extends com.jme3.app.SimpleApplicationtest
- 
- 
Constructor SummaryConstructors Constructor Description TestMain()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitLight()static voidmain(java.lang.String[] args)voidremove()voidsimpleInitApp()voidsimpleRender(com.jme3.renderer.RenderManager rm)voidsimpleUpdate(float tpf)- 
Methods inherited from class com.jme3.app.SimpleApplicationgetFlyByCamera, getGuiNode, getRootNode, initialize, isShowSettings, loadGuiFont, setDisplayFps, setDisplayStatView, setShowSettings, start, update
 - 
Methods inherited from class com.jme3.app.ApplicationcreateCanvas, destroy, destroyInput, enqueue, gainFocus, getAssetManager, getAudioRenderer, getCamera, getContext, getGuiViewPort, getInputManager, getListener, getRenderer, getRenderManager, getStateManager, getTimer, getViewPort, handleError, isPauseOnLostFocus, loseFocus, requestClose, reshape, restart, runQueuedTasks, setAssetManager, setPauseOnLostFocus, setSettings, setTimer, start, startCanvas, startCanvas, stop, stop
 
- 
 
- 
- 
- 
Method Detail- 
mainpublic static void main(java.lang.String[] args) 
 - 
simpleInitApppublic void simpleInitApp() - Specified by:
- simpleInitAppin class- com.jme3.app.SimpleApplication
 
 - 
removepublic void remove() 
 - 
simpleUpdatepublic void simpleUpdate(float tpf) - Overrides:
- simpleUpdatein class- com.jme3.app.SimpleApplication
 
 - 
initLightpublic void initLight() 
 - 
simpleRenderpublic void simpleRender(com.jme3.renderer.RenderManager rm) - Overrides:
- simpleRenderin class- com.jme3.app.SimpleApplication
 
 
- 
 
-