Package detectionPlotFX.plots
Class WignerPlot.WignerPlotUpdate
java.lang.Object
detectionPlotFX.plots.WignerPlot.WignerPlotUpdate
- All Implemented Interfaces:
 WignerTransform.WignerUpdate
- Enclosing class:
 WignerPlot<D extends PamDataUnit>
The Wigner update object. Interface between Wigner calculation and updates.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck whether to cancel the wigner calculationvoidreset()voidsetCancelled(boolean cancel) voidwignerUpdated(ComplexArray tfr, int line) Called whenever a line in the wigner plot us updated. 
- 
Constructor Details
- 
WignerPlotUpdate
protected WignerPlotUpdate() 
 - 
 - 
Method Details
- 
wignerUpdated
Description copied from interface:WignerTransform.WignerUpdateCalled whenever a line in the wigner plot us updated.- Specified by:
 wignerUpdatedin interfaceWignerTransform.WignerUpdate- Parameters:
 tfr- , int line
 - 
reset
public void reset() - 
isCancelled
public boolean isCancelled()Description copied from interface:WignerTransform.WignerUpdateCheck whether to cancel the wigner calculation- Specified by:
 isCancelledin interfaceWignerTransform.WignerUpdate- Returns:
 - true to cancel.
 
 - 
setCancelled
public void setCancelled(boolean cancel)  
 -