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.WignerTask
-
Field Summary
Fields inherited from interface detectionPlotFX.layout.DetectionPlot
SCROLLPANE_DRAW, STANDARD_DRAW
-
Constructor Summary
-
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
checWignerRecalc, conditionWaveform, getDetectionPlotDisplay, getNeedsRecalc, getSettingsPane, getWignerParameters, getWignerSettingsPane, getWignerWaveform, isNeedsRecalc, paintPlot, reDrawLastUnit, setNeedsRecalc, setupAxis, setupPlot, setWignerParameters, setWignerWaveform
-
Constructor Details
-
RawWignerPlot
-
-
Method Details
-
getWaveform
Description copied from class:WignerPlot
Get the waveforms from a PamDetection- Specified by:
getWaveform
in 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:DetectionPlot
Get the name of the plot e.g. waveform, spectrum etc.- Specified by:
getName
in interfaceDetectionPlot<PamDataUnit>
- Overrides:
getName
in classWignerPlot<PamDataUnit>
-