Uses of Class
adams.flow.control.plotprocessor.AbstractPlotProcessor
-
Packages that use AbstractPlotProcessor Package Description adams.flow.control adams.flow.control.plotprocessor -
-
Uses of AbstractPlotProcessor in adams.flow.control
Fields in adams.flow.control declared as AbstractPlotProcessor Modifier and Type Field Description protected AbstractPlotProcessor
PlotProcessor. m_Processor
the processor to apply.Methods in adams.flow.control that return AbstractPlotProcessor Modifier and Type Method Description AbstractPlotProcessor
PlotProcessor. getProcessor()
Returns the processor to apply to the plot containers.Methods in adams.flow.control with parameters of type AbstractPlotProcessor Modifier and Type Method Description void
PlotProcessor. setProcessor(AbstractPlotProcessor value)
Sets the processor to apply to the plot containers. -
Uses of AbstractPlotProcessor in adams.flow.control.plotprocessor
Subclasses of AbstractPlotProcessor in adams.flow.control.plotprocessor Modifier and Type Class Description class
AbstractPlotProcessorWithBuffer<T>
Ancestor for post-processors that work on a buffer of plot containers.class
Expression
Applies a mathematical function to the data (separately for X and Y).
Values can be accessed using 'xN' and 'yN' with 'N' being the 1-based index in the current window.class
LOWESS
A processor that applies LOWESS smoothing.
For more information see:
WikiPedia.class
PassThrough
Dummy processor which never generates any new containers.class
SavitzkyGolay
A processor that applies SavitzkyGolay smoothing.
For more information see:
A.class
SimpleSavitzkyGolay
A processor that applies SimpleSavitzkyGolay smoothing.
For more information see:
A.
-