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