Class ATrace2D

java.lang.Object
info.monitorenter.gui.chart.traces.ATrace2D
All Implemented Interfaces:
ITrace2D, PropertyChangeListener, Serializable, Comparable<ITrace2D>, EventListener
Direct Known Subclasses:
Trace2DArithmeticMean, Trace2DArithmeticMeanX, Trace2DArithmeticMeanY, Trace2DLtd, Trace2DSimple, Trace2DSorted

public abstract class ATrace2D extends Object implements ITrace2D, Comparable<ITrace2D>
The abstract basic implementation of ITrace2D that provides the major amount of aspects needed in order to work correctly together with Chart2D.

Caching of minimum and maximum bounds, property change support, the complex z-Index handling (incorporates calls to internals of Chart2D, default naming, bound management and event handling are covered here.

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