oracle.dacf.control.tdg.chart
Class ColOrderChartDataSource
java.lang.Object
|
+--oracle.dacf.control.tdg.chart.ChartDataSource
|
+--oracle.dacf.control.tdg.chart.MappedChartDataSource
|
+--oracle.dacf.control.tdg.chart.LabelAwareChartDataSource
|
+--oracle.dacf.control.tdg.chart.ColOrderChartDataSource
- All Implemented Interfaces:
- javax.infobus.DataItemChangeListener, tdg.data.in.TDGDataGrid
- public class ColOrderChartDataSource
- extends LabelAwareChartDataSource
Data source for the chart control.
The table data is transposed and the transposed table is
used as the data to present as a chart.
- See Also:
ChartLabelDataSource
Methods inherited from class oracle.dacf.control.tdg.chart.LabelAwareChartDataSource |
getColumnLabel, getColumnLabelDataItemName, getColumnLabelDataSource, getRowLabel, getRowLabelDataItemName, getRowLabelDataSource, getUseFirstColumnAsRowLabel, setColumnLabel, setColumnLabelDataItemName, setColumnLabelDataSource, setRowLabel, setRowLabelDataItemName, setRowLabelDataSource, setUseFirstColumnAsRowLabel |
Methods inherited from class oracle.dacf.control.tdg.chart.ChartDataSource |
_updateBufferSize, dataItemAdded, dataItemChanged, dataItemDeleted, dataItemRevoked, dataItemValueChanged, getFootnote, getO1AxisTitle, getO2AxisTitle, getSubtitle, getTitle, getX1AxisTitle, getY1AxisTitle, getY2AxisTitle, isDirty, rowsetCursorMoved |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColOrderChartDataSource
public ColOrderChartDataSource(oracle.dacf.control.tdg.ChartControl parent)
- Constructor
columnLabel
public java.lang.String columnLabel(int i)
- Specified by:
columnLabel
in interface tdg.data.in.TDGDataGrid
- Overrides:
columnLabel
in class LabelAwareChartDataSource
getColumns
public int getColumns()
- Specified by:
getColumns
in interface tdg.data.in.TDGDataGrid
- Overrides:
getColumns
in class LabelAwareChartDataSource
rowLabel
public java.lang.String rowLabel(int i)
- Specified by:
rowLabel
in interface tdg.data.in.TDGDataGrid
- Overrides:
rowLabel
in class LabelAwareChartDataSource
getRows
public int getRows()
- Specified by:
getRows
in interface tdg.data.in.TDGDataGrid
- Overrides:
getRows
in class LabelAwareChartDataSource
getValue
public java.lang.Object getValue(int row,
int col)
- Specified by:
getValue
in interface tdg.data.in.TDGDataGrid
- Overrides:
getValue
in class LabelAwareChartDataSource
Copyright © 1997, 2003, Oracle. All rights reserved.