Uses of Class
omix.lang.chart.Chart
Package | Description |
---|---|
omix.lang.chart |
This package contains types used in OVL.
|
omix.lang.model.accessory.annotation |
This package contains all data annotations available in OVL.
|
omix.plugin.model.writable.accessory.annotation |
-
Uses of Chart in omix.lang.chart
Subclasses of Chart in omix.lang.chart 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
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
Methods in omix.lang.chart that return Chart Modifier and Type Method Description abstract Chart
Chart. clone()
-
Uses of Chart in omix.lang.model.accessory.annotation
-
Uses of Chart in omix.plugin.model.writable.accessory.annotation
Methods in omix.plugin.model.writable.accessory.annotation with parameters of type Chart Modifier and Type Method Description void
ChartSideBox. setChart(Chart chart)
The chat displayed in the network diagram.