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 PointPreprocessorAbstractErrorPaintlet. m_PointPreprocessorthe preprocessor.Methods in adams.flow.sink.sequenceplotter that return PointPreprocessor Modifier and Type Method Description PointPreprocessorAbstractErrorPaintlet. getPointPreprocessor()Returns the point preprocessor in use.PointPreprocessorAbstractErrorPaintlet. newPointPreprocessor()Returns the point preprocessor in use.Methods in adams.flow.sink.sequenceplotter with parameters of type PointPreprocessor Modifier and Type Method Description voidAbstractErrorPaintlet. 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 PointPreprocessorAbstractXYSequencePaintlet. m_PointPreprocessorthe preprocessor.Methods in adams.gui.visualization.sequence that return PointPreprocessor Modifier and Type Method Description PointPreprocessorAbstractXYSequencePaintlet. getPointPreprocessor()Returns the point preprocessor in use.PointPreprocessorPaintletWithOptionalPointPreprocessor. getPointPreprocessor()Returns the point preprocessor in use.PointPreprocessorAbstractXYSequencePaintlet. newPointPreprocessor()Returns the point preprocessor in use.Methods in adams.gui.visualization.sequence with parameters of type PointPreprocessor Modifier and Type Method Description voidAbstractXYSequencePaintlet. setPointPreprocessor(PointPreprocessor value)Sets the point preprocessor to use.voidPaintletWithOptionalPointPreprocessor. 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 classAbstractPointPreprocessorAncestor for classes that perform preprocessing on sequence points.classJitterAdds random jitter to data points, to make it easier to see overlapping ones.classPassThroughDummy, does nothing.
-