Package detectionPlotFX.rawDDPlot
Class RawWignerPlot
- All Implemented Interfaces:
 DetectionPlot<PamDataUnit>
Shows a Wigner plot of a click
- Author:
 - Jamie Macaulay
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class detectionPlotFX.plots.WignerPlot
WignerPlot.WignerPlotUpdate, WignerPlot.WignerTask - 
Field Summary
Fields inherited from class detectionPlotFX.plots.WignerPlot
currentDetection, wignerLoadTaskFields inherited from interface detectionPlotFX.layout.DetectionPlot
SCROLLPANE_DRAW, STANDARD_DRAW - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the name of the plot e.g.double[]getWaveform(PamDataUnit pamDetection, int chan) Get the waveforms from a PamDetectionMethods inherited from class detectionPlotFX.plots.WignerPlot
calcWignerData, checWignerRecalc, conditionWaveform, createImage, drawPlot, getDetectionPlotDisplay, getNeedsRecalc, getSettingsPane, getWignerParameters, getWignerSettingsPane, getWignerWaveform, isNeedsRecalc, paintPlot, reDrawLastUnit, setNeedsRecalc, setupAxis, setupPlot, setWignerParameters, setWignerWaveform 
- 
Constructor Details
- 
RawWignerPlot
 
 - 
 - 
Method Details
- 
getWaveform
Description copied from class:WignerPlotGet the waveforms from a PamDetection- Specified by:
 getWaveformin classWignerPlot<PamDataUnit>- Parameters:
 pamDetection- the detectionchan- - the single channel to plot (not the channel bitmap)- Returns:
 - the waveform for each channel
 
 - 
getName
Description copied from interface:DetectionPlotGet the name of the plot e.g. waveform, spectrum etc.- Specified by:
 getNamein interfaceDetectionPlot<PamDataUnit>- Overrides:
 getNamein classWignerPlot<PamDataUnit>
 
 -