Uses of Interface
omix.util.chart.DatasetChangeListener
Package | Description |
---|---|
omix.lang.chart |
This package contains types used in OVL.
|
omix.lang.chart.data |
This package contains types used in OVL.
|
omix.util.chart |
This package contains chart listeners.
|
-
Uses of DatasetChangeListener in omix.lang.chart
Classes in omix.lang.chart that implement DatasetChangeListener Modifier and Type Class Description class
AbstractCategoryChart
This class is superclass of all category charts.class
AbstractMultiplePieChart
class
AbstractPieChart
This class is superclass of all pie charts.class
AbstractStackableChart
This class is superclass of all category charts that can be stacked.class
AbstractXYChart<T extends XYDataset>
This class us superclass of all X,Y coordinate charts in Omix.class
AbstractXYZChart<T extends XYZDataset>
This class is superclass of all X,Y,Z coordinate charts.class
AreaChart
class
BarChart
class
BarChart3D
class
BubbleChart
class
Chart
This class serves as superclass of all chart types available in Omix.class
ColumnChart
class
ColumnChart3D
class
LineChart
class
LineChart3D
class
MultiplePieChart
class
MultiplePieChart3D
class
MultipleRingChart
class
PieChart
class
PieChart3D
class
RingChart
class
ScatterPlot
class
XYAreaChart
class
XYCurveChart
class
XYLineChart
-
Uses of DatasetChangeListener in omix.lang.chart.data
Classes in omix.lang.chart.data that implement DatasetChangeListener 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 with parameters of type DatasetChangeListener Modifier and Type Method Description void
ComposedDataset. addDatasetChangeListener(DatasetChangeListener listener)
Add a dataset change listener.void
Dataset. addDatasetChangeListener(DatasetChangeListener listener)
Add a dataset change listener.void
TableDataset. addDatasetChangeListener(DatasetChangeListener listener)
Add a dataset change listener.void
ComposedDataset. removeDatasetChangeListener(DatasetChangeListener listener)
remove the given change listener.void
Dataset. removeDatasetChangeListener(DatasetChangeListener listener)
remove the given change listener.void
TableDataset. removeDatasetChangeListener(DatasetChangeListener listener)
remove the given change listener. -
Uses of DatasetChangeListener in omix.util.chart
Subinterfaces of DatasetChangeListener in omix.util.chart Modifier and Type Interface Description interface
ChartChangeListener
This interface represents a listener for chart changes.