ITrace2D
implementations
of jchart2d that model the traces of the chart.See: Description
Class | Description |
---|---|
ATrace2D | |
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. |
Trace2DCandleSticks |
An ITrace2D decorator that adds the feature of drawing candlestick-traces.
|
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. |
TraceProxy |
Allows mixing in behavior (by overriding methods in anonymous class creation)
for traces.
|
ITrace2D
implementations
of jchart2d that model the traces of the chart.
ITrace2D
Copyright © 2018. All rights reserved.