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 TypeMethodDescriptionboolean
Check whether to cancel the wigner calculationvoid
wignerUpdated
(ComplexArray tfr, int line) Called whenever a line in the wigner plot us updated.
-
Method Details
-
wignerUpdated
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.
-