|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
ITrace2D implementations
of jchart2d that model the traces of the chart.
See:
Description
| Class Summary | |
|---|---|
| ATrace2D | The abstract basic implementation of
that provides the major amount of aspects needed in order to work correctly together with
. |
| 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: The amount of internal tracepoints is limited to the maxsize, passed to the constructor. |
| 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 behaviour of Trace2DBijective and additional features. |
| Trace2DSimple | A basic
implementation that stores the internal
instances in
a . |
| Trace2DSorted | Has the behaviour of Trace2DReplacing and additional features. |
Contains ITrace2D implementations
of jchart2d that model the traces of the chart.
ITrace2D
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||