|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.system.canvas.JMECanvasImplementor
com.jme.system.canvas.SimpleCanvasImpl
com.jmex.awt.applet.SimpleJMEApplet.SimpleAppletCanvasImplementor
class SimpleJMEApplet.SimpleAppletCanvasImplementor
Field Summary | |
---|---|
protected LightState |
lightState
A lightstate to turn on and off for the rootNode |
protected boolean |
pause
|
protected boolean |
showBounds
True if the renderer should display bounds. |
protected boolean |
showDepth
True if the renderer should display the depth buffer. |
protected boolean |
showNormals
True if the rnederer should display normals. |
protected Node |
statNode
The root node for our stat graphs. |
protected WireframeState |
wireState
A wirestate to turn on and off for the rootNode |
Fields inherited from class com.jme.system.canvas.SimpleCanvasImpl |
---|
cam, rootNode, timer, tpf |
Fields inherited from class com.jme.system.canvas.JMECanvasImplementor |
---|
height, renderer, setup, width |
Constructor Summary | |
---|---|
protected |
SimpleJMEApplet.SimpleAppletCanvasImplementor(int width,
int height)
|
Method Summary | |
---|---|
protected void |
doDebug()
|
InputHandler |
getInputHandler()
|
LightState |
getLightState()
|
Node |
getStatNode()
|
WireframeState |
getWireframeState()
|
void |
setInputHandler(InputHandler input)
|
protected void |
setupStatGraphs()
Set up the graphers we will use and the quads we'll show the stats on. |
protected void |
setupStats()
Set up which stats to graph |
void |
simpleRender()
|
void |
simpleSetup()
|
void |
simpleUpdate()
|
Methods inherited from class com.jme.system.canvas.SimpleCanvasImpl |
---|
doRender, doSetup, doUpdate, getCamera, getRootNode, getTimePerFrame |
Methods inherited from class com.jme.system.canvas.JMECanvasImplementor |
---|
getRenderer, isSetup, resizeCanvas, setBackground, setRenderer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean showDepth
protected boolean showBounds
protected boolean showNormals
protected boolean pause
protected WireframeState wireState
protected LightState lightState
protected Node statNode
Constructor Detail |
---|
protected SimpleJMEApplet.SimpleAppletCanvasImplementor(int width, int height)
Method Detail |
---|
public Node getStatNode()
public LightState getLightState()
public WireframeState getWireframeState()
public InputHandler getInputHandler()
public void setInputHandler(InputHandler input)
public void simpleUpdate()
simpleUpdate
in class SimpleCanvasImpl
public void simpleSetup()
simpleSetup
in class SimpleCanvasImpl
public void simpleRender()
simpleRender
in class SimpleCanvasImpl
protected void doDebug()
protected void setupStats()
protected void setupStatGraphs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |