|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.Plotter
public class Plotter
A plotter is responsible for processing a graph definition, and producing a visual graph that is capable of rendering the graph in a graphics output.
| Field Summary | |
|---|---|
static int |
GGRAPH_CREATED
Event id for GGraph created event. |
static int |
VGRAPH_CREATED
Event id for VGraph created event. |
| Method Summary | |
|---|---|
void |
addActionListener(ActionListener listener)
Add action listener. |
static Plotter |
getPlotter(EGraph graph)
Get a plotter for the specified graph. |
VGraph |
getVGraph()
Get the VGraph object. |
VGraph |
plot(DataSet data)
Create a visual graph from a graph definition. |
void |
removeActionListener(ActionListener listener)
Remove action listener. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int GGRAPH_CREATED
public static final int VGRAPH_CREATED
| Method Detail |
|---|
public static Plotter getPlotter(EGraph graph)
public VGraph plot(DataSet data)
public VGraph getVGraph()
public void addActionListener(ActionListener listener)
public void removeActionListener(ActionListener listener)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||