Oracle Data-aware Controls Reference

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

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

ColOrderChartDataSource

public ColOrderChartDataSource(oracle.dacf.control.tdg.ChartControl parent)
Constructor
Method Detail

columnLabel

public java.lang.String columnLabel(int i)
Overrides:
columnLabel in class LabelAwareChartDataSource

getColumns

public int getColumns()
Overrides:
getColumns in class LabelAwareChartDataSource

rowLabel

public java.lang.String rowLabel(int i)
Overrides:
rowLabel in class LabelAwareChartDataSource

getRows

public int getRows()
Overrides:
getRows in class LabelAwareChartDataSource

getValue

public java.lang.Object getValue(int row,
                                 int col)
Overrides:
getValue in class LabelAwareChartDataSource

Oracle Data-aware Controls Reference