|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataSetFilter
DataSetFilter defines the common functions for a data set filter. A dataset filter is a wrapper around another dataset that can add additional calculation or filtering.
| Method Summary | |
|---|---|
int |
getBaseCol(int c)
Get the base column index on its base data set of the specified column. |
int |
getBaseRow(int r)
Get the base row index on its base data set of the specified row. |
DataSet |
getDataSet()
Get the base data set. |
int |
getRootCol(int c)
Get the root column index on its root data set of the specified column. |
DataSet |
getRootDataSet()
Get the root data set. |
int |
getRootRow(int r)
Get the root row index on its root data set of the specified row. |
| Methods inherited from interface inetsoft.graph.data.DataSet |
|---|
addCalcColumn, addCalcRow, clone, getCalcColumns, getCalcRows, getColCount, getComparator, getData, getData, getHeader, getRowCount, getType, indexOfHeader, isMeasure, prepareCalc, prepareGraph, removeCalcColumns, removeCalcColValues, removeCalcRows, removeCalcRows, removeCalcRowValues, removeCalcValues |
| Method Detail |
|---|
DataSet getDataSet()
DataSet getRootDataSet()
int getBaseRow(int r)
r - the specified row index.
int getRootRow(int r)
r - the specified row index.
int getBaseCol(int c)
c - the specified column index.
int getRootCol(int c)
c - the specified column index.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||