Uses of Interface
omix.lang.chart.data.Dataset
Package | Description |
---|---|
omix.lang.chart |
This package contains types used in OVL.
|
omix.lang.chart.data |
This package contains types used in OVL.
|
-
Uses of Dataset in omix.lang.chart
Methods in omix.lang.chart that return Dataset Modifier and Type Method Description abstract Dataset
Chart. getDataset()
-
Uses of Dataset in omix.lang.chart.data
Subinterfaces of Dataset in omix.lang.chart.data Modifier and Type Interface Description interface
CategoryDataset
This interface represents a category dataset.interface
XYDataset
This interface represents a X,Y coordinate dataset.interface
XYZDataset
This interface represents a X,Y,Z coordinate dataset.Classes in omix.lang.chart.data that implement Dataset Modifier and Type Class Description class
AbstractComposedXYDataset<C extends AbstractComposedXYDataset.Coordinate>
This class represents a X,Y coordinate dataset that has been composed by the user.class
AbstractTableXYDataset<T extends XYTableDataReference>
This class represents a X,Y coordinate dataset that bases on a table from theDataManager
.class
ComposedCategoryDataset
class
ComposedDataset
This class represents a dataset that has been composed by the user.class
ComposedXYDataset
This class represents a X,Y coordinate dataset that has been composed by the user.class
ComposedXYZDataset
This class represents a X,Y coordinate dataset that has been composed by the user.class
TableCategoryDataset
This class represents a category dataset that bases on a table from theDataManager
.class
TableDataset<T extends TableDataReference>
This class represents a 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 Dataset Modifier and Type Method Description Dataset
Dataset. clone()