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 |
|
Trace2DSorted |
Has the behavior of Trace2DReplacing and additional features.
|