|
||||||||||
| 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.visualiser.StatsPlotter
public class StatsPlotter
Plots the output of StatisticsModules onto the
visualisation
| Field Summary |
|---|
| Fields inherited from class com.speckled.specksim.gui.imp.AbstractStateRenderer |
|---|
visualiser |
| 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. |
int |
getHistoryLength()
Gets the number of values being rendered |
java.lang.String |
getName()
Gets the name of this renderer |
protected void |
renderState(javax.media.opengl.GLAutoDrawable drawable,
StateSink state)
Perform your rendering here. |
void |
setDataGenerationMode(Generator generator)
Sets this StatsPlotter to plot the progress of the supplied data generation run |
void |
setHistoryLength(int length)
Sets the number of values that will be rendered |
| 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 |
| Method Detail |
|---|
public void setDataGenerationMode(Generator generator)
generator - The generator whose output we are to plot, or nullpublic void setHistoryLength(int length)
length - public int getHistoryLength()
protected void compileSubLists()
AbstractStateRenderer
compileSubLists in class AbstractStateRenderer
protected void renderState(javax.media.opengl.GLAutoDrawable drawable,
StateSink state)
AbstractStateRenderer
renderState in class AbstractStateRendererdrawable - The GL context to draw tostate - The state to renderpublic void constructGLObjects(javax.media.opengl.GLAutoDrawable drawable)
StateRenderer
drawable - The context to use when buildingpublic java.lang.String getName()
StateRenderer
public Configurator getConfigurator()
Configurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||