|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |