public class SelectionDetail
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
dataIndex |
IDataSet |
dataSet |
int |
dataSetIndex |
float |
value |
float |
y |
| Constructor and Description |
|---|
SelectionDetail(float y,
float value,
int dataSetIndex,
IDataSet set) |
SelectionDetail(float y,
float value,
int dataIndex,
int dataSetIndex,
IDataSet set) |
SelectionDetail(float value,
int dataSetIndex,
IDataSet set) |
public float y
public float value
public int dataIndex
public int dataSetIndex
public IDataSet dataSet
public SelectionDetail(float y,
float value,
int dataIndex,
int dataSetIndex,
IDataSet set)
public SelectionDetail(float y,
float value,
int dataSetIndex,
IDataSet set)
public SelectionDetail(float value,
int dataSetIndex,
IDataSet set)