Class AErrorBarPolicyConfigurable

java.lang.Object
info.monitorenter.gui.chart.errorbars.AErrorBarPolicyConfigurable
All Implemented Interfaces:
IErrorBarPolicy<AErrorBarPolicyConfigurable>, IPointPainter<AErrorBarPolicyConfigurable>, ITracePainter<AErrorBarPolicyConfigurable>, PropertyChangeListener, Serializable, Comparable<AErrorBarPolicyConfigurable>, EventListener
Direct Known Subclasses:
ErrorBarPolicyAbsoluteSummation, ErrorBarPolicyRelative

public abstract class AErrorBarPolicyConfigurable extends Object implements IErrorBarPolicy<AErrorBarPolicyConfigurable>, PropertyChangeListener
A IErrorBarPolicy base implementation that is configurable by the means of showing positive/negative errors in x/y dimension.

Implementations have to implement the methods
internalGetNegativeXError(int, int, ITracePoint2D)
internalGetNegativeYError(int, int, ITracePoint2D)
internalGetPositiveXError(int, int, ITracePoint2D)
internalGetPositiveYError(int, int, ITracePoint2D)
.

Please see the class description of IErrorBarPixel for details.

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