Uses of Class
omix.lang.chart.data.TableDataset
Package | Description |
---|---|
omix.lang.chart.data |
This package contains types used in OVL.
|
-
Uses of TableDataset in omix.lang.chart.data
Subclasses of TableDataset in omix.lang.chart.data 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
.class
TableCategoryDataset
This class represents a category dataset that bases on a table from theDataManager
.class
TableXYDataset
This class represents a X,Y coordinate dataset that bases on a table from theDataManager
.class
TableXYZDataset
This class represents a X,Y,Z coordinate dataset that bases on a table from theDataManager
.Methods in omix.lang.chart.data that return TableDataset Modifier and Type Method Description abstract TableDataset<T>
TableDataset. clone()