Package pamMaths

Interface WignerTransform.WignerUpdate

Enclosing class:
WignerTransform

public static interface WignerTransform.WignerUpdate
Called whenever a wigner calculation is updated. Can be used to put wigner plot on a new thread.
Author:
Jamie Macaulay
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check whether to cancel the wigner calculation
    void
    wignerUpdated(ComplexArray tfr, int line)
    Called whenever a line in the wigner plot us updated.
  • Method Details

    • wignerUpdated

      void wignerUpdated(ComplexArray tfr, int line)
      Called whenever a line in the wigner plot us updated.
      Parameters:
      tfr - , int line
    • isCancelled

      boolean isCancelled()
      Check whether to cancel the wigner calculation
      Returns:
      true to cancel.