com.jme.util.stat.graph
Class TabledLabelGrapher.LabelEntry

java.lang.Object
  extended by com.jme.util.stat.graph.TabledLabelGrapher.LabelEntry
Enclosing class:
TabledLabelGrapher

 class TabledLabelGrapher.LabelEntry
extends java.lang.Object


Field Summary
(package private)  Line lineKey
           
(package private)  Text text
           
(package private)  StatType type
           
(package private)  boolean visited
           
 
Constructor Summary
TabledLabelGrapher.LabelEntry(StatType type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

Text text

lineKey

Line lineKey

visited

boolean visited

type

StatType type
Constructor Detail

TabledLabelGrapher.LabelEntry

public TabledLabelGrapher.LabelEntry(StatType type)