Interface PointPreprocessor

  • All Known Implementing Classes:
    AbstractPointPreprocessor, Jitter, PassThrough

    public interface PointPreprocessor
    Interface for classes that preprocess points.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • resetPreprocessor

        void resetPreprocessor()
        Resets the processor for another sequence.
      • preprocess

        XYSequencePoint preprocess​(XYSequencePoint point,
                                   AxisPanel axisX,
                                   AxisPanel axisY)
        Preprocesses the point.
        Parameters:
        point - the point to process
        axisX - the X axis to use
        axisY - the Y axis to use
        Returns:
        the new point