|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartModel | |
---|---|
org.ujac.chart |
Uses of ChartModel in org.ujac.chart |
---|
Classes in org.ujac.chart that implement ChartModel | |
---|---|
class |
DefaultChartModel
Name: DefaultChartModel Description: Default implementation for chart models. |
class |
RealtimeChartModel
Name: RealtimeChartModel Description: A ChartModel implementation for real time charts. |
Fields in org.ujac.chart declared as ChartModel | |
---|---|
protected ChartModel |
BaseChart.model
The chart model. |
Methods in org.ujac.chart that return ChartModel | |
---|---|
ChartModel |
BaseChart.getModel()
Gets the chart model. |
ChartModel |
Chart.getModel()
Gets the chart model. |
Methods in org.ujac.chart with parameters of type ChartModel | |
---|---|
static Chart |
ChartFactory.createChart(String type,
ChartModel model,
ChartAttributes attributes)
Creates a chart instance. |
void |
BaseChart.setModel(ChartModel model)
Sets the chart model. |
void |
Base2DStackedChart.setModel(ChartModel model)
Sets the chart model. |
void |
Chart.setModel(ChartModel model)
Sets the chart model. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |