All Packages Class Hierarchy This Package Previous Next Index
Class jclass.chart.DirectChartDataView
java.lang.Object
|
+----jclass.chart.ChartDataView
|
+----jclass.chart.DirectChartDataView
- public class DirectChartDataView
- extends ChartDataView
-
DirectChartDataView()
-
-
addSeries(int)
- Adds a data series to the Series property at the specified
index.
-
getName()
- Gets the Name property of the ChartData object.
-
getPointLabel(int)
- Gets a particular PointLabel from the PointLabels property.
-
getPointLabels()
- Gets the PointLabels property for the ChartDataView object.
-
setDataSource(Chartable)
- Sets the DataSource property for ChartDataView.
-
setName()
-
-
setPointLabel(int, String)
- Sets a particular PointLabel from the PointLabels property.
-
setPointLabels(String[])
- Sets the PointLabels property for the ChartDataView object.
-
update(Observable, Object)
- Callback routine from the dataModel.
DirectChartDataView
public DirectChartDataView()
update
public void update(Observable model,
Object arg)
- Callback routine from the dataModel.
- Overrides:
- update in class ChartDataView
getName
public String getName()
- Gets the Name property of the ChartData object.
- Overrides:
- getName in class ChartDataView
setName
public void setName()
setDataSource
public synchronized void setDataSource(Chartable src)
- Sets the DataSource property for ChartDataView.
- Overrides:
- setDataSource in class ChartDataView
getPointLabel
public String getPointLabel(int index)
- Gets a particular PointLabel from the PointLabels property.
- Overrides:
- getPointLabel in class ChartDataView
setPointLabel
public synchronized void setPointLabel(int index,
String label)
- Sets a particular PointLabel from the PointLabels property.
- Overrides:
- setPointLabel in class ChartDataView
getPointLabels
public String[] getPointLabels()
- Gets the PointLabels property for the ChartDataView object.
- Overrides:
- getPointLabels in class ChartDataView
setPointLabels
public synchronized void setPointLabels(String labels[])
- Sets the PointLabels property for the ChartDataView object.
- Overrides:
- setPointLabels in class ChartDataView
addSeries
public ChartDataViewSeries addSeries(int index)
- Adds a data series to the Series property at the specified
index.
- Overrides:
- addSeries in class ChartDataView
All Packages Class Hierarchy This Package Previous Next Index