Uses of Interface
JSci.awt.Graph2DModel

Packages that use Graph2DModel
JSci.awt   
JSci.Demos.CurveFitter   
JSci.swing   
 

Uses of Graph2DModel in JSci.awt
 

Classes in JSci.awt that implement Graph2DModel
 class ArgandDiagramModel
          The ArgandDiagramModel provides a convenient implementation of the Graph2DModel interface for creating Argand diagrams using the LineGraph component.
 class DefaultGraph2DModel
          The DefaultGraph2DModel class provides a default implementation of the Graph2DModel interface.
 

Fields in JSci.awt declared as Graph2DModel
 Graph2DModel CurveFitterApplet.model
           
 Graph2DModel CurveFitter.model
           
protected  Graph2DModel Graph2D.model
          Data model.
 

Methods in JSci.awt that return Graph2DModel
 Graph2DModel LineTrace.getModel()
          Gets the data sampled by this LineTrace.
 Graph2DModel LineTraceModel1.getModel()
          Gets the data sampled by this LineTrace.
 Graph2DModel Graph2D.getModel()
          Returns the model used by this graph.
 

Methods in JSci.awt with parameters of type Graph2DModel
 void Graph2D.setModel(Graph2DModel gm)
          Sets the data plotted by this graph to the specified data.
 

Constructors in JSci.awt with parameters of type Graph2DModel
Graph2D(Graph2DModel gm)
          Constructs a 2D graph.
LineGraph(Graph2DModel gm)
          Constructs a line graph.
ScatterGraph(Graph2DModel gm)
          Constructs a scatter graph.
 

Uses of Graph2DModel in JSci.Demos.CurveFitter
 

Fields in JSci.Demos.CurveFitter declared as Graph2DModel
 Graph2DModel CurveFitter.model
           
 

Uses of Graph2DModel in JSci.swing
 

Fields in JSci.swing declared as Graph2DModel
protected  Graph2DModel JGraph2D.model
          Data model.
 

Methods in JSci.swing that return Graph2DModel
 Graph2DModel JGraph2D.getModel()
          Returns the model used by this graph.
 Graph2DModel JLineTrace.getModel()
          Gets the data sampled by this JLineTrace.
 

Methods in JSci.swing with parameters of type Graph2DModel
 void JGraph2D.setModel(Graph2DModel gm)
          Sets the data plotted by this graph to the specified data.
 

Constructors in JSci.swing with parameters of type Graph2DModel
JGraph2D(Graph2DModel gm)
          Constructs a 2D graph.
JLineGraph(Graph2DModel gm)
          Constructs a line graph.
JScatterGraph(Graph2DModel gm)
          Constructs a scatter graph.