Package | Description |
---|---|
info.monitorenter.gui.chart.traces |
Contains
ITrace2D implementations
of jchart2d that model the traces of the chart. |
info.monitorenter.gui.chart.traces.computing |
Contains
ITrace2D implementations
of jchart2d that apply computations on the input/output datapoints before
they provide them to the chart. |
Modifier and Type | Class and Description |
---|---|
class |
Trace2DBijective
A
Trace2D who only allows a single occurance of a tracepoint
with a certain x- value xi. |
class |
Trace2DLtd
Additional to the Trace2DSimple the Trace2DLimited adds the following
functionality:
|
class |
Trace2DLtdReplacing
In addition to the
Trace2DLtd this class offers the guarantee only to allow a
single tracepoint with a certain x- value. |
class |
Trace2DLtdSorted
Additional to the
Trace2DLtdReplacing all tracepoints will be
sorted by their x- value. |
class |
Trace2DReplacing
Has the behavior of
Trace2DBijective and additional
features. |
class |
Trace2DSimple
|
class |
Trace2DSorted
Has the behavior of
Trace2DReplacing and additional features. |
Modifier and Type | Class and Description |
---|---|
class |
Trace2DArithmeticMean
A trace that accumulates the latest n points added to points with the
arithmetic mean value.
|
class |
Trace2DArithmeticMeanX
A trace that accumulates the latest n x values added to points with
the arithmetic mean x value and the latest y value.
|
class |
Trace2DArithmeticMeanY
A trace that accumulates the latest n y values added to points with
the arithmetic mean y value and the latest x value.
|
Copyright © 2017. All rights reserved.