Class ErrorBarPainter

java.lang.Object
info.monitorenter.gui.chart.errorbars.ErrorBarPainter
All Implemented Interfaces:
IErrorBarPainter, Serializable
Direct Known Subclasses:
ErrorBarPainterLine

public class ErrorBarPainter extends Object implements IErrorBarPainter
Implementation of an error bar painter that allows configuration of the way the connection, start point and end point of an error bar is painted by the use of IPointPainter.

Property change events are fired as described in method IErrorBarPainter.addPropertyChangeListener(String, PropertyChangeListener) . Note that adding property change listeners to the nested access facades of type IErrorBarPainter.ISegment accessible via getXXXSegment() methods will fire the corresponding events for listeners of this instance (as they delegate the calls) while they fire events for properties defined in IErrorBarPainter.ISegment too. If you register for events of this instance and for the retrieved segments you will receive two PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent) for the same value changed.

Version:
$Revision: 1.27 $
Author:
Achim Westermann
See Also: