|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
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.
ChartLabelDataSource
Fields inherited from class oracle.dacf.control.tdg.chart.LabelAwareChartDataSource |
_useFirstColumnAsRowLabel |
Fields inherited from class oracle.dacf.control.tdg.chart.ChartDataSource |
_control, _rowset, _view |
Constructor Summary | |
ColOrderChartDataSource(oracle.dacf.control.tdg.ChartControl parent)
Constructor |
Method Summary | |
java.lang.String |
columnLabel(int i)
|
int |
getColumns()
|
int |
getRows()
|
java.lang.Object |
getValue(int row,
int col)
|
java.lang.String |
rowLabel(int i)
|
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 |
Constructor Detail |
public ColOrderChartDataSource(oracle.dacf.control.tdg.ChartControl parent)
Method Detail |
public java.lang.String columnLabel(int i)
columnLabel
in class LabelAwareChartDataSource
public int getColumns()
getColumns
in class LabelAwareChartDataSource
public java.lang.String rowLabel(int i)
rowLabel
in class LabelAwareChartDataSource
public int getRows()
getRows
in class LabelAwareChartDataSource
public java.lang.Object getValue(int row, int col)
getValue
in class LabelAwareChartDataSource
|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |