Package info.monitorenter.gui.chart.traces

Contains ITrace2D implementations of jchart2d that model the traces of the chart.

See:
          Description

Class Summary
ATrace2D The abstract basic implementation of ITrace2D that provides the major amount of aspects needed in order to work correctly together with Chart2D.
Trace2DAxisSwap A delegator / proxy that delegates all calls to an internal constructor-given ITrace2d and swaps the data of the added Point2D instances.
Trace2DBijective A Trace2D who only allows a single occurance of a tracepoint with a certain x- value xi.
Trace2DDebugger A decorator for any ITrace2D implementation.
Trace2DLtd Additional to the Trace2DSimple the Trace2DLimited adds the following functionality:
Trace2DLtdReplacing In addition to the Trace2DLtd this class offers the guarantee only to allow a single tracepoint with a certain x- value.
Trace2DLtdSorted Additional to the Trace2DLtdReplacing all tracepoints will be sorted by their x- value.
Trace2DReplacing Has the behavior of Trace2DBijective and additional features.
Trace2DSimple A basic ITrace2D implementation that stores the internal TracePoint2D instances in a List.
Trace2DSorted Has the behavior of Trace2DReplacing and additional features.
 

Package info.monitorenter.gui.chart.traces Description

Contains ITrace2D implementations of jchart2d that model the traces of the chart.

Since:
2.0.0
Version:
$Revision: 1.3 $
See Also:
ITrace2D


Copyright © 2001 - 2010 LGPL, All Rights Footloose.