Uses of Interface
JSci.awt.Graph3DModel

Packages that use Graph3DModel
JSci.awt   
JSci.swing   
 

Uses of Graph3DModel in JSci.awt
 

Classes in JSci.awt that implement Graph3DModel
 class DefaultGraph3DModel
          The DefaultGraph3DModel class provides a default implementation of the Graph3DModel interface.
 

Fields in JSci.awt declared as Graph3DModel
protected  Graph3DModel LineGraph3D.model
           
 

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

Constructors in JSci.awt with parameters of type Graph3DModel
LineGraph3D(Graph3DModel data)
          Constructs a 3D line graph.
 

Uses of Graph3DModel in JSci.swing
 

Fields in JSci.swing declared as Graph3DModel
protected  Graph3DModel JLineGraph3D.model
           
 

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

Constructors in JSci.swing with parameters of type Graph3DModel
JLineGraph3D(Graph3DModel data)
          Constructs a 3D line graph.