Uses of Interface
omix.lang.chart.data.XYDataset
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 XYDataset in omix.lang.chart
Classes in omix.lang.chart with type parameters of type XYDataset Modifier and Type Class Description class
AbstractXYChart<T extends XYDataset>
This class us superclass of all X,Y coordinate charts in Omix.Constructors in omix.lang.chart with parameters of type XYDataset Constructor Description ScatterPlot(XYDataset dataset)
XYAreaChart(XYDataset dataset)
XYAreaChart(XYDataset dataset, boolean stacked)
XYCurveChart(XYDataset dataset)
XYCurveChart(XYDataset dataset, boolean showShapes)
XYLineChart(XYDataset dataset)
XYLineChart(XYDataset dataset, boolean showShapes)
-
Uses of XYDataset in omix.lang.chart.data
Subinterfaces of XYDataset in omix.lang.chart.data Modifier and Type Interface Description interface
XYZDataset
This interface represents a X,Y,Z coordinate dataset.Classes in omix.lang.chart.data that implement XYDataset 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
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
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 XYDataset Modifier and Type Method Description XYDataset
XYDataset. clone()