|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.util.stat.graph.LineGrapher.LineEntry
class LineGrapher.LineEntry
Field Summary | |
---|---|
Line |
line
|
float |
max
|
int |
maxSamples
|
float |
min
|
Point |
point
|
java.util.ArrayList<Vector3f> |
verts
|
boolean |
visited
|
Constructor Summary | |
---|---|
LineGrapher.LineEntry(int maxSamples,
StatType type)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.ArrayList<Vector3f> verts
public int maxSamples
public float min
public float max
public boolean visited
public Point point
public Line line
Constructor Detail |
---|
public LineGrapher.LineEntry(int maxSamples, StatType type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |