Uses of Class
omix.lang.chart.data.XYTableDataReference
Package | Description |
---|---|
omix.lang.chart.data |
This package contains types used in OVL.
|
-
Uses of XYTableDataReference in omix.lang.chart.data
Classes in omix.lang.chart.data with type parameters of type XYTableDataReference Modifier and Type Class Description class
AbstractTableXYDataset<T extends XYTableDataReference>
This class represents a X,Y coordinate dataset that bases on a table from theDataManager
.Subclasses of XYTableDataReference in omix.lang.chart.data Modifier and Type Class Description class
XYZTableDataReference
This class references X,Y,Z coordinate data from a table.Methods in omix.lang.chart.data that return XYTableDataReference Modifier and Type Method Description XYTableDataReference
XYTableDataReference. clone()
Constructors in omix.lang.chart.data with parameters of type XYTableDataReference Constructor Description TableXYDataset(XYTableDataReference dataset)