com.jme.util.stat.graph
Class TabledLabelGrapher
java.lang.Object
com.jme.util.stat.graph.AbstractStatGrapher
com.jme.util.stat.graph.TabledLabelGrapher
- All Implemented Interfaces:
- StatListener
public class TabledLabelGrapher
- extends AbstractStatGrapher
- Author:
- Joshua Slack
Methods inherited from class com.jme.util.stat.graph.AbstractStatGrapher |
addConfig, addConfig, clearConfig, clearConfig, clearConfig, getBooleanConfig, getColorConfig, getDoubleConfig, getFloatConfig, getIntConfig, getLongConfig, getShortConfig, getStringConfig, getTexRenderer, hasConfig, isEnabled, setEnabled, setTexture |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_DECIMALS
public static int DEFAULT_DECIMALS
graphRoot
protected Node graphRoot
eventCount
protected int eventCount
threshold
protected int threshold
columns
protected int columns
bgQuad
protected Quad bgQuad
defBlendState
protected BlendState defBlendState
TabledLabelGrapher
public TabledLabelGrapher(int width,
int height)
statsUpdated
public void statsUpdated()
getThreshold
public int getThreshold()
setThreshold
public void setThreshold(int threshold)
getColumns
public int getColumns()
setColumns
public void setColumns(int columns)
isMinimalBackground
public boolean isMinimalBackground()
setMinimalBackground
public void setMinimalBackground(boolean minimalBackground)
linkTo
public void linkTo(AbstractStatGrapher grapher)
reset
public void reset()
- Description copied from class:
AbstractStatGrapher
- Called when the graph needs to be reset back to the original display
state. (iow, remove all points, lines, etc.)
- Specified by:
reset
in class AbstractStatGrapher