@Deprecated public static final class IlvSwingTableDataSource.Mapping extends IlvAbstractTableDataSource.Mapping
Constructor and Description |
---|
Mapping(String xSeries,
String labels,
String[] ySeries)
Deprecated.
Creates a new mapping.
|
equals, getLabelsColumn, getXColumn, getYColumns, hashCode
public Mapping(String xSeries, String labels, String[] ySeries)
TableModel.getColumnName()
) or the
index of a column or row (depending on the IlvSwingTableDataSource
type)
specified as a string.
Note that while the x-column name and labels column name are optional
(that is, may be null
), all the y-columns name must be non-null strings.xSeries
- The column name containing the x-values for this mapping.labels
- The column name containing the data labels for this mapping.ySeries
- The columns names containing the y-values for this mapping.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.