All Downloads are FREE. Search and download functionalities are using the official Maven repository.

info.monitorenter.gui.chart.traces.computing.package.html Maven / Gradle / Ivy

Go to download

JChart2D is an easy to use component for displaying two- dimensional traces in a coordinate system written in Java.

The newest version!







Contains {@link info.monitorenter.gui.chart.ITrace2D} implementations 
of jchart2d that apply computations on the input/output datapoints before 
they provide them to the chart.

One example is a trace that accumulates the arithmetic mean of the n last input datapoints into one internal datapoint.

Please note that these traces can be used in two modes:

  1. Stand alone:
    Add the ITrace2D implementation to a chart and add data points to it as normal.
  2. Computing trace:
    Add the ITrace2D implementation as a computing trace to an existing trace via {@link info.monitorenter.gui.chart.ITrace2D#addComputingTrace(info.monitorenter.gui.chart.ITrace2D)} and only add data points to the original trace. Add the computing trace to the same chart and updates of the original trace will be reflected on the computing trace as well.

@see info.monitorenter.gui.chart.ITrace2D @version $Revision: 1.3 $ @since 2.0.0





© 2015 - 2025 Weber Informatics LLC | Privacy Policy