Package cpod.dataPlotFX
Class CPODDDDataInfo
Data info for showing a CPOD waveform.
- Author:
- Jamie Macaulay
-
Constructor Summary
ConstructorDescriptionCPODDDDataInfo
(PamDataBlock<CPODClick> dataBlock, DetectionPlotDisplay displayPlot) -
Method Summary
Methods inherited from class detectionPlotFX.data.DDDataInfo
addDetectionPlot, drawData, drawData, getCurrentDetectionPlot, getDataBlock, getDDScaleInfo, getDetectionPlot, getDetectionPlotCount, getDetectionPlotDisplay, getSettingsPane, setCurrentDetectionPlot, setCurrentDetectionPlot, setCurrentDetectionPlot, setHardSampleRate, setupAxis
-
Constructor Details
-
CPODDDDataInfo
-
-
Method Details
-
getHardSampleRate
public float getHardSampleRate()Description copied from class:DDDataInfo
Get the sample rate. This is acquired form the datablock if one exists. Otherwise a hard wired sample rate is used.- Overrides:
getHardSampleRate
in classDDDataInfo<CPODClick>
- Returns:
- the sample rate.
-