Uses of Interface
jcreek.gui.chart.ChartModel

Packages that use ChartModel
jcreek.gui.chart   
jcreek.gui.reasoning   
 

Uses of ChartModel in jcreek.gui.chart
 

Methods in jcreek.gui.chart that return ChartModel
 ChartModel JChart.getDataModel()
          Returns the data model for this chart.
 

Methods in jcreek.gui.chart with parameters of type ChartModel
 void JChart.setDataModel(ChartModel model)
          Sets the model used for describing the data in this chart.
 

Constructors in jcreek.gui.chart with parameters of type ChartModel
JChart(ChartModel model)
          Creates a new chart from the data provided by the Chartable.
 

Uses of ChartModel in jcreek.gui.reasoning
 

Classes in jcreek.gui.reasoning that implement ChartModel
 class RetrieveResultPane
          Title: RetrieveResultPane Description: Displays a RetrieveResult
 class ReuseResultPane
          This Swing component displays the contents of a ReuseResult.
 



Created at IDI, NTNU by the Artificial Intelligence and Learning group