|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.util.stat.graph.GraphFactory
public class GraphFactory
Factory class useful for setting up various types of graphs.
Constructor Summary | |
---|---|
GraphFactory()
|
Method Summary | |
---|---|
static LineGrapher |
makeLineGraph(int width,
int height,
Quad quad)
Makes a new line grapher and sets up a quad to display it. |
static TabledLabelGrapher |
makeTabledLabelGraph(int width,
int height,
Quad quad)
Makes a new label grapher and sets up a quad to display it. |
static TimedAreaGrapher |
makeTimedGraph(int width,
int height,
Quad quad)
Makes a new area grapher and sets up a quad to display it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphFactory()
Method Detail |
---|
public static LineGrapher makeLineGraph(int width, int height, Quad quad)
width
- the width in pixels of the graphheight
- the height in pixels of the graphquad
- the quad on whose surface we'll display our graph.
public static TimedAreaGrapher makeTimedGraph(int width, int height, Quad quad)
width
- the width in pixels of the graphheight
- the height in pixels of the graphquad
- the quad on whose surface we'll display our graph.
public static TabledLabelGrapher makeTabledLabelGraph(int width, int height, Quad quad)
width
- the width in pixels of the graphheight
- the height in pixels of the graphquad
- the quad on whose surface we'll display our graph.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |