Package quadbase.util
Interface IColumnMap
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:
-
Method Summary
Modifier and TypeMethodDescriptionintgetColumn(int map) Get the column index for the given chart dimension(field).
-
Method Details
-
getColumn
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.
-