Class ErrorBarPainterLine
java.lang.Object
info.monitorenter.gui.chart.errorbars.ErrorBarPainter
info.monitorenter.gui.chart.errorbars.ErrorBarPainterLine
- All Implemented Interfaces:
IErrorBarPainter
,Serializable
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:
-
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 -
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
-
Constructor Details
-
ErrorBarPainterLine
public ErrorBarPainterLine()Defcon.
-