Package cpod.dataPlotFX
Class CPODDDDataInfo
Data info for showing a CPOD waveform.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCPODDDDataInfo(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:DDDataInfoGet the sample rate. This is acquired form the datablock if one exists. Otherwise a hard wired sample rate is used.- Overrides:
 getHardSampleRatein classDDDataInfo<CPODClick>- Returns:
 - the sample rate.
 
 
 -