Class ErrorBarPainterLine
- java.lang.Object
-
- info.monitorenter.gui.chart.errorbars.ErrorBarPainter
-
- info.monitorenter.gui.chart.errorbars.ErrorBarPainterLine
-
- All Implemented Interfaces:
IErrorBarPainter
,java.io.Serializable
public class ErrorBarPainterLine extends ErrorBarPainter
An error bar painter that renders no end point and start point and renders a line as segment (PointPainterLine
).- Version:
- $Revision: 1.9 $
- Author:
- Achim Westermann
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface info.monitorenter.gui.chart.IErrorBarPainter
IErrorBarPainter.ISegment
-
-
Field Summary
-
Fields inherited from class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
DEFAULT_SEGMENT_COLOR, m_propertyChangeSupport
-
Fields inherited from interface info.monitorenter.gui.chart.IErrorBarPainter
PROPERTY_CONNECTION, PROPERTY_CONNECTION_COLOR, PROPERTY_ENDPOINT, PROPERTY_ENDPOINT_COLOR, PROPERTY_STARTPOINT, PROPERTY_STARTPOINT_COLOR
-
-
Constructor Summary
Constructors Constructor Description ErrorBarPainterLine()
Defcon.
-
Method Summary
-
Methods inherited from class info.monitorenter.gui.chart.errorbars.ErrorBarPainter
addPropertyChangeListener, equals, getConnectionColor, getConnectionPainter, getEndPointColor, getEndPointPainter, getPropertyChangeListeners, getSegmentConnection, getSegmentEnd, getSegmentStart, getStartPointColor, getStartPointPainter, hashCode, paintErrorBar, removePropertyChangeListener, removePropertyChangeListener, setConnectionColor, setConnectionPainter, setEndPointColor, setEndPointPainter, setStartPointColor, setStartPointPainter
-
-