Style Intelligence v12.0

inetsoft.graph
Class Plotter

java.lang.Object
  extended by inetsoft.graph.Plotter

public class Plotter
extends Object

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

GGRAPH_CREATED

public static final int GGRAPH_CREATED
Event id for GGraph created event.

See Also:
Constant Field Values

VGRAPH_CREATED

public static final int VGRAPH_CREATED
Event id for VGraph created event.

See Also:
Constant Field Values
Method Detail

getPlotter

public static Plotter getPlotter(EGraph graph)
Get a plotter for the specified graph.


plot

public VGraph plot(DataSet data)
Create a visual graph from a graph definition.


getVGraph

public VGraph getVGraph()
Get the VGraph object.


addActionListener

public void addActionListener(ActionListener listener)
Add action listener. Action events are fired when a GGraph is created, and after a VGraph is created.


removeActionListener

public void removeActionListener(ActionListener listener)
Remove action listener.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.