Class TDDataProviderFX

java.lang.Object
dataPlotsFX.data.TDDataProviderFX
Direct Known Subclasses:
ArrayPlotProviderFX, BeamOGramPlotProvider, ClickPlotProviderFX, ClipPlotProviderFX, CPODPlotProviderFX, DLDetectionPlotProvider, DLPredictionProvider, FFTPlotProvider, GenericDataPlotProvider, GPLDetPlotProvider, GPLStatePlotProvider, IshmaelDetPlotProvider, IshmaelFnPlotProvider, LinePlotDataProvider, RawSoundProviderFX, RWEDataPlotProviderFX, TriggerDataProviderFX, WhistleLowNoiseFFTProvider, WhistleMoanProviderFX

public abstract class TDDataProviderFX extends Object
Provider class for TD data.
A registry is built of providers rather than TDDataInfo's since a type of TDDataInfo may get used multiple times with slightly different settings and options. e.g. There will be a single click TDDataInfo, but it will be able to display multiple things on the data axis - bearing, amplitude, ICI, slant angle etc.
Author:
Doug Gillespie
  • Constructor Details

    • TDDataProviderFX

      public TDDataProviderFX(PamDataBlock parentDataBlock)
  • Method Details