public static class IlvAbstractTableDataSource.Mapping extends Object implements Serializable
Constructor and Description |
---|
Mapping(String xSeries,
String labels,
String[] ySeries)
Creates a new mapping.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Compares this object with another object.
|
String |
getLabelsColumn()
Returns the column name of the data labels, or
null . |
String |
getXColumn()
Returns the column name of the x-series, or
null . |
String[] |
getYColumns()
Returns the columns names of the y-series.
|
int |
hashCode()
Returns a hash code that is compatible with
equals() . |
public Mapping(String xSeries, String labels, String[] ySeries)
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.public String getXColumn()
null
.public String getLabelsColumn()
null
.public String[] getYColumns()
public boolean equals(Object other)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.