|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.speckled.specksim.gui.imp.AbstractStateRenderer
com.speckled.specksim.gui.imp.WallRenderer
public class WallRenderer
| Field Summary |
|---|
| Fields inherited from class com.speckled.specksim.gui.imp.AbstractStateRenderer |
|---|
visualiser |
| Constructor Summary | |
|---|---|
WallRenderer()
|
|
| Method Summary | |
|---|---|
protected void |
compileSubLists()
All display lists used by subclasses should be put into a usable state in this method |
void |
constructGLObjects(javax.media.opengl.GLAutoDrawable drawable)
GLObjects used by the renderer should be built here |
Configurator |
getConfigurator()
Gets a Configurator object that describes and can manipulate the variables of this Configurable. |
java.lang.String |
getName()
Gets the name of this renderer |
void |
renderState(javax.media.opengl.GLAutoDrawable drawable,
StateSink state)
Perform your rendering here. |
void |
valueChanged(java.lang.String name)
Is called by the configurator when a variable is changed |
| Methods inherited from class com.speckled.specksim.gui.imp.AbstractStateRenderer |
|---|
compareTo, getRenderPriority, init, isEnabled, render, setDirty, setEnabled, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WallRenderer()
| Method Detail |
|---|
public java.lang.String getName()
StateRenderer
getName in interface StateRendererpublic void constructGLObjects(javax.media.opengl.GLAutoDrawable drawable)
StateRenderer
constructGLObjects in interface StateRendererdrawable - The context to use when buildingprotected void compileSubLists()
AbstractStateRenderer
compileSubLists in class AbstractStateRenderer
public void renderState(javax.media.opengl.GLAutoDrawable drawable,
StateSink state)
AbstractStateRenderer
renderState in class AbstractStateRendererdrawable - The GL context to draw tostate - The state to renderpublic Configurator getConfigurator()
Configurable
getConfigurator in interface Configurablepublic void valueChanged(java.lang.String name)
ValueListener
valueChanged in interface ValueListenername - The name of the variable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||