Package detectionPlotFX.rawDDPlot
Class RawWaveformPlot
- All Implemented Interfaces:
DetectionPlot<PamDataUnit>
Plot for any RawDataHolder to show a waveform.
- Author:
- Jamie Macaulay
-
Field Summary
Fields inherited from interface detectionPlotFX.layout.DetectionPlot
SCROLLPANE_DRAW, STANDARD_DRAW
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble[][]
getEnvelope
(PamDataUnit pamDetection) Get the hilbert transform for each click from a PamDetectiongetName()
Get the name of the plot e.g.double[][]
getWaveform
(PamDataUnit pamDetection) Get the waveforms from a PamDetectionMethods inherited from class detectionPlotFX.plots.WaveformPlot
getDetectionPlotDisplay, getSampleRate, getScaleInfo, getSettingsPane, getWaveformPlotParams, getWaveformSettingsPane, getYScale, paintPlot, paintWaveform, paintWaveform, reDrawLastUnit, setShowChannels, setupAxis, setupPlot
-
Constructor Details
-
RawWaveformPlot
-
-
Method Details
-
getWaveform
Description copied from class:WaveformPlot
Get the waveforms from a PamDetection- Specified by:
getWaveform
in classWaveformPlot<PamDataUnit>
- Parameters:
pamDetection
- the detection- Returns:
- the waveform for each channel
-
getName
Description copied from interface:DetectionPlot
Get the name of the plot e.g. waveform, spectrum etc. -
getEnvelope
Description copied from class:WaveformPlot
Get the hilbert transform for each click from a PamDetection- Specified by:
getEnvelope
in classWaveformPlot<PamDataUnit>
- Parameters:
pamDetection
- the detection- Returns:
- the waveform for each channel
-