Package pamMaths
Interface WignerTransform.WignerUpdate
- All Known Implementing Classes:
 WignerPlot.WignerPlotUpdate
- 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 TypeMethodDescriptionbooleanCheck whether to cancel the wigner calculationvoidwignerUpdated(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.
 
 
 -