java.lang.Object
omix.lang.chart.util.ChartStyleElement
omix.lang.chart.util.AbstractErrorIndicator
omix.lang.chart.util.FixedValueError
- All Implemented Interfaces:
Serializable
public class FixedValueError extends AbstractErrorIndicator
- Since:
- Omix 1.8.6
- Author:
- Dr. Peter Droste
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FixedValueError()
FixedValueError(double value)
-
Method Summary
Modifier and Type Method Description FixedValueError
clone()
double
getValue()
void
setValue(double value)
Methods inherited from class omix.lang.chart.util.AbstractErrorIndicator
getLineColor, getLineStyle, getLineWidth, setLineColor, setLineStyle, setLineWidth
Methods inherited from class omix.lang.chart.util.ChartStyleElement
addPropertyChangeListener, propertyChange, removePropertyChangeListener
-
Constructor Details
-
FixedValueError
public FixedValueError() -
FixedValueError
public FixedValueError(double value)
-
-
Method Details
-
clone
- Specified by:
clone
in classAbstractErrorIndicator
-
getValue
public double getValue() -
setValue
public void setValue(double value)
-