java.lang.Object
omix.lang.chart.util.ChartStyleElement
omix.lang.chart.util.AbstractErrorIndicator
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ErrorComposedDataset
,ErrorTableDataset
,FixedValueError
,PercentageError
public abstract class AbstractErrorIndicator extends ChartStyleElement
This class is superclass for all error indicators.
- Since:
- Omix 1.8.6
- Author:
- Dr. Peter Droste
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AbstractErrorIndicator()
-
Method Summary
Modifier and Type Method Description abstract AbstractErrorIndicator
clone()
Color
getLineColor()
StrokeStyle
getLineStyle()
double
getLineWidth()
void
setLineColor(Color lineColor)
void
setLineStyle(StrokeStyle lineStyle)
void
setLineWidth(double lineWidth)
Methods inherited from class omix.lang.chart.util.ChartStyleElement
addPropertyChangeListener, propertyChange, removePropertyChangeListener
-
Constructor Details
-
AbstractErrorIndicator
public AbstractErrorIndicator()
-
-
Method Details
-
getLineColor
-
getLineStyle
-
getLineWidth
public double getLineWidth() -
setLineColor
-
setLineStyle
-
setLineWidth
public void setLineWidth(double lineWidth) -
clone
- Specified by:
clone
in classChartStyleElement
-