Uses of Interface
adams.gui.visualization.sequence.pointpreprocessor.PointPreprocessor
-
Packages that use PointPreprocessor Package Description adams.flow.sink.sequenceplotter adams.gui.visualization.sequence adams.gui.visualization.sequence.pointpreprocessor -
-
Uses of PointPreprocessor in adams.flow.sink.sequenceplotter
Fields in adams.flow.sink.sequenceplotter declared as PointPreprocessor Modifier and Type Field Description protected PointPreprocessor
AbstractErrorPaintlet. m_PointPreprocessor
the preprocessor.Methods in adams.flow.sink.sequenceplotter that return PointPreprocessor Modifier and Type Method Description PointPreprocessor
AbstractErrorPaintlet. getPointPreprocessor()
Returns the point preprocessor in use.PointPreprocessor
AbstractErrorPaintlet. newPointPreprocessor()
Returns the point preprocessor in use.Methods in adams.flow.sink.sequenceplotter with parameters of type PointPreprocessor Modifier and Type Method Description void
AbstractErrorPaintlet. setPointPreprocessor(PointPreprocessor value)
Sets the point preprocessor to use. -
Uses of PointPreprocessor in adams.gui.visualization.sequence
Fields in adams.gui.visualization.sequence declared as PointPreprocessor Modifier and Type Field Description protected PointPreprocessor
AbstractXYSequencePaintlet. m_PointPreprocessor
the preprocessor.Methods in adams.gui.visualization.sequence that return PointPreprocessor Modifier and Type Method Description PointPreprocessor
AbstractXYSequencePaintlet. getPointPreprocessor()
Returns the point preprocessor in use.PointPreprocessor
PaintletWithOptionalPointPreprocessor. getPointPreprocessor()
Returns the point preprocessor in use.PointPreprocessor
AbstractXYSequencePaintlet. newPointPreprocessor()
Returns the point preprocessor in use.Methods in adams.gui.visualization.sequence with parameters of type PointPreprocessor Modifier and Type Method Description void
AbstractXYSequencePaintlet. setPointPreprocessor(PointPreprocessor value)
Sets the point preprocessor to use.void
PaintletWithOptionalPointPreprocessor. setPointPreprocessor(PointPreprocessor value)
Sets the point preprocessor to use. -
Uses of PointPreprocessor in adams.gui.visualization.sequence.pointpreprocessor
Classes in adams.gui.visualization.sequence.pointpreprocessor that implement PointPreprocessor Modifier and Type Class Description class
AbstractPointPreprocessor
Ancestor for classes that perform preprocessing on sequence points.class
Jitter
Adds random jitter to data points, to make it easier to see overlapping ones.class
PassThrough
Dummy, does nothing.
-