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 TypeMethodDescriptionboolean
Check whether to cancel the wigner calculationvoid
reset()
void
setCancelled
(boolean cancel) void
wignerUpdated
(ComplexArray tfr, int line) Called whenever a line in the wigner plot us updated.
-
Constructor Details
-
Method Details
-
wignerUpdated
Description copied from interface:WignerTransform.WignerUpdate
Called whenever a line in the wigner plot us updated.- Specified by:
wignerUpdated
in interfaceWignerTransform.WignerUpdate
- Parameters:
tfr
- , int line
-
reset
public void reset() -
isCancelled
public boolean isCancelled()Description copied from interface:WignerTransform.WignerUpdate
Check whether to cancel the wigner calculation- Specified by:
isCancelled
in interfaceWignerTransform.WignerUpdate
- Returns:
- true to cancel.
-
setCancelled
public void setCancelled(boolean cancel)
-