|
||||||||||
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.SimplePassCanvasImpl
com.jmex.awt.applet.SimpleJMEPassApplet.SimpleAppletCanvasImplementor
class SimpleJMEPassApplet.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 of our stat graphs. |
protected WireframeState |
wireState
A wirestate to turn on and off for the rootNode |
Fields inherited from class com.jme.system.canvas.SimplePassCanvasImpl |
---|
cam, manager, rootNode, timer, tpf |
Fields inherited from class com.jme.system.canvas.JMECanvasImplementor |
---|
height, renderer, setup, width |
Constructor Summary | |
---|---|
protected |
SimpleJMEPassApplet.SimpleAppletCanvasImplementor(int width,
int height)
|
Method Summary | |
---|---|
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.SimplePassCanvasImpl |
---|
doRender, doSetup, doUpdate, getCamera, getManager, 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 SimpleJMEPassApplet.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 SimplePassCanvasImpl
public void simpleSetup()
simpleSetup
in class SimplePassCanvasImpl
public void simpleRender()
simpleRender
in class SimplePassCanvasImpl
protected void setupStats()
protected void setupStatGraphs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |