public class SelectionDetail
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
DataSet<?> |
dataSet |
int |
dataSetIndex |
float |
val |
| Constructor and Description |
|---|
SelectionDetail(float val,
int dataSetIndex,
DataSet<?> set) |