Name

adams.flow.control.PlotProcessor


Synopsis

Applies the specified processing algorithm to the stream of plot containers passing through. Injects any additionally created plot containers into the stream.


Additional information

Flow input/output:
- input: adams.flow.container.SequencePlotterContainer
- output: adams.flow.container.SequencePlotterContainer

Container information:
- adams.flow.container.SequencePlotterContainer:
   - PlotName: name of the plot; java.lang.String
   - X: X value; java.lang.Comparable
   - Y: Y value; java.lang.Comparable
   - Content type: type of plot; adams.flow.container.SequencePlotterContainer$ContentType
   - Error X: X error; java.lang.Double[]
   - Error Y: Y error; java.lang.Double[]
   - MetaData: mapping of meta-data (String/Object); java.util.HashMap


Options