quadbase.util
Interface IColumnMap
- All Known Implementing Classes:
- ColInfo, ColInfo
- public interface IColumnMap
This interface implements a mapping from the chart categories/dimensions
to the columns in the input data set. This is useful to determine how
a chart represents data.
The quadbase.ChartAPI.ColInfo class implements this interface.
- See Also:
IMapConstants,
ColInfo
|
Method Summary |
int |
getColumn(int map)
Get the column index for the given chart dimension(field). |
getColumn
public int getColumn(int map)
- Get the column index for the given chart dimension(field).
- Parameters:
map - the chart dimension(field) as enumerated in the interface
quadbase.ChartAPI.IMapConstants.