Class TabledLabelGrapher

java.lang.Object
com.ardor3d.util.stat.graph.AbstractStatGrapher
com.ardor3d.util.stat.graph.TabledLabelGrapher
All Implemented Interfaces:
StatListener

public class TabledLabelGrapher extends AbstractStatGrapher
  • Field Details

    • DEFAULT_DECIMALS

      public static final int DEFAULT_DECIMALS
      See Also:
    • _graphRoot

      protected Node _graphRoot
    • _eventCount

      protected int _eventCount
    • _threshold

      protected int _threshold
    • _columns

      protected int _columns
    • _bgQuad

      protected Quad _bgQuad
    • _defBlendState

      protected BlendState _defBlendState
  • Constructor Details

  • Method Details

    • 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