Uses of Interface
JSci.awt.CategoryGraph2DModel

Packages that use CategoryGraph2DModel
JSci.awt   
JSci.swing   
 

Uses of CategoryGraph2DModel in JSci.awt
 

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

Fields in JSci.awt declared as CategoryGraph2DModel
protected  CategoryGraph2DModel CategoryGraph2D.model
          Data model.
 

Methods in JSci.awt that return CategoryGraph2DModel
 CategoryGraph2DModel CategoryGraph2D.getModel()
          Returns the model used by this graph.
 

Methods in JSci.awt with parameters of type CategoryGraph2DModel
 void CategoryGraph2D.setModel(CategoryGraph2DModel cgm)
          Sets the data plotted by this graph to the specified data.
 

Constructors in JSci.awt with parameters of type CategoryGraph2DModel
BarGraph(CategoryGraph2DModel cgm)
          Constructs a bar graph.
CategoryGraph2D(CategoryGraph2DModel cgm)
          Constructs a 2D category graph.
LayeredBarGraph(CategoryGraph2DModel gm)
          Constructs a layered bar graph.
PieChart(CategoryGraph2DModel cgm)
          Constructs a pie chart.
StackedBarGraph(CategoryGraph2DModel gm)
          Constructs a stacked bar graph.
 

Uses of CategoryGraph2DModel in JSci.swing
 

Fields in JSci.swing declared as CategoryGraph2DModel
protected  CategoryGraph2DModel JCategoryGraph2D.model
          Data model.
 

Methods in JSci.swing that return CategoryGraph2DModel
 CategoryGraph2DModel JCategoryGraph2D.getModel()
          Returns the model used by this graph.
 

Methods in JSci.swing with parameters of type CategoryGraph2DModel
 void JCategoryGraph2D.setModel(CategoryGraph2DModel cgm)
          Sets the data plotted by this graph to the specified data.
 

Constructors in JSci.swing with parameters of type CategoryGraph2DModel
JBarGraph(CategoryGraph2DModel cgm)
          Constructs a bar graph.
JCategoryGraph2D(CategoryGraph2DModel cgm)
          Constructs a 2D category graph.
JLayeredBarGraph(CategoryGraph2DModel gm)
          Constructs a layered bar graph.
JPieChart(CategoryGraph2DModel cgm)
          Constructs a pie chart.
JStackedBarGraph(CategoryGraph2DModel gm)
          Constructs a stacked bar graph.