Uses of Class
omix.lang.chart.util.AbstractErrorIndicator
Package | Description |
---|---|
omix.lang.chart |
This package contains types used in OVL.
|
omix.lang.chart.util |
This package contains types used in OVL.
|
-
Uses of AbstractErrorIndicator in omix.lang.chart
Methods in omix.lang.chart that return AbstractErrorIndicator Modifier and Type Method Description AbstractErrorIndicator
BarChart. getErrorIndicator()
AbstractErrorIndicator
ColumnChart. getErrorIndicator()
AbstractErrorIndicator
LineChart. getErrorIndicator()
Methods in omix.lang.chart with parameters of type AbstractErrorIndicator Modifier and Type Method Description void
BarChart. setErrorIndicator(AbstractErrorIndicator errorIndicator)
void
ColumnChart. setErrorIndicator(AbstractErrorIndicator errorIndicator)
void
LineChart. setErrorIndicator(AbstractErrorIndicator errorIndicator)
-
Uses of AbstractErrorIndicator in omix.lang.chart.util
Subclasses of AbstractErrorIndicator in omix.lang.chart.util Modifier and Type Class Description class
ErrorComposedDataset
class
ErrorTableDataset
class
FixedValueError
class
PercentageError
Methods in omix.lang.chart.util that return AbstractErrorIndicator Modifier and Type Method Description abstract AbstractErrorIndicator
AbstractErrorIndicator. clone()