Uses of Interface
omix.util.chart.ChartChangeListener
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 ChartChangeListener in omix.lang.chart
Methods in omix.lang.chart with parameters of type ChartChangeListener Modifier and Type Method Description void
Chart. addChartChangeListener(ChartChangeListener listener)
void
Chart. removeChartChangeListener(ChartChangeListener listener)
-
Uses of ChartChangeListener in omix.lang.chart.data
Classes in omix.lang.chart.data that implement ChartChangeListener 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 ChartChangeListener Modifier and Type Method Description void
TableDataReference. addChartChangeListener(ChartChangeListener listener)
void
TableDataReference. removeChartChangeListener(ChartChangeListener listener)