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 AbstractPlotProcessorPlotProcessor. m_Processorthe processor to apply.Methods in adams.flow.control that return AbstractPlotProcessor Modifier and Type Method Description AbstractPlotProcessorPlotProcessor. 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 voidPlotProcessor. 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 classAbstractPlotProcessorWithBuffer<T>Ancestor for post-processors that work on a buffer of plot containers.classExpressionApplies 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.classLOWESSA processor that applies LOWESS smoothing.
For more information see:
WikiPedia.classPassThroughDummy processor which never generates any new containers.classSavitzkyGolayA processor that applies SavitzkyGolay smoothing.
For more information see:
A.classSimpleSavitzkyGolayA processor that applies SimpleSavitzkyGolay smoothing.
For more information see:
A.
-