Uses of Interface
detectionPlotFX.layout.DetectionPlot
Packages that use DetectionPlot
Package
Description
-
Uses of DetectionPlot in clickTrainDetector.layout.classification.templateClassifier
Classes in clickTrainDetector.layout.classification.templateClassifier that implement DetectionPlotModifier and TypeClassDescriptionclass
Plot for a spectrum template. -
Uses of DetectionPlot in dataPlotsFX.overlaymark.popUpMenu
Classes in dataPlotsFX.overlaymark.popUpMenu that implement DetectionPlotModifier and TypeClassDescriptionclass
A raw data plot that shows only raw data and no overlaid detections. -
Uses of DetectionPlot in detectionPlotFX.clickTrainDDPlot
Classes in detectionPlotFX.clickTrainDDPlot that implement DetectionPlotModifier and TypeClassDescriptionclass
Average spectrum plot for click trains.class
class
WaterfallSpecPlot<D extends DetectionGroupDataUnit>
Waterfall spectrogram plot for super detections detections which have sub detections that can provide FFT data. -
Uses of DetectionPlot in detectionPlotFX.data
Methods in detectionPlotFX.data that return DetectionPlotModifier and TypeMethodDescriptionDDDataInfo.getCurrentDetectionPlot()
Get the currently selected detection plot for the data unitDDDataInfo.getDetectionPlot
(int i) Get a detection plotMethods in detectionPlotFX.data with parameters of type DetectionPlotModifier and TypeMethodDescriptionvoid
DDDataInfo.addDetectionPlot
(DetectionPlot<?> detectionPlot) Add a type of data unit to the list.void
DDDataInfo.setCurrentDetectionPlot
(DetectionPlot plot) Set the current plot to be shown. -
Uses of DetectionPlot in detectionPlotFX.plots
Classes in detectionPlotFX.plots that implement DetectionPlotModifier and TypeClassDescriptionclass
FFTPlot<D extends PamDataUnit>
Plots the spectrogram of a detection which already has a calculated spectrgram, e.g.class
RawFFTPlot<D extends PamDataUnit>
Plots FFT data as background if raw data is available.class
SpectrumPlot<D extends PamDataUnit>
Plot for the spectrum of a waveform.class
WaveformPlot<D extends PamDataUnit>
Functions to plot a waveform on a plot panel.class
WignerPlot<D extends PamDataUnit>
Plots a Wigner transform of a detection. -
Uses of DetectionPlot in detectionPlotFX.rawDDPlot
Classes in detectionPlotFX.rawDDPlot that implement DetectionPlotModifier and TypeClassDescriptionclass
Plots the FFT of stored acoustic data.class
Implementation of the spectrum plot for any data unit that impleements raw data holder.class
Plot for any RawDataHolder to show a waveform.class
Shows a Wigner plot of a click -
Uses of DetectionPlot in detectionPlotFX.whistleDDPlot
Classes in detectionPlotFX.whistleDDPlot that implement DetectionPlotModifier and TypeClassDescriptionclass
Plots a whistle contour over a spectrgram if one is available.class
-
Uses of DetectionPlot in IshmaelDetector.layoutFX
Classes in IshmaelDetector.layoutFX that implement DetectionPlot -
Uses of DetectionPlot in matchedTemplateClassifer.layoutFX
Classes in matchedTemplateClassifer.layoutFX that implement DetectionPlotModifier and TypeClassDescriptionclass
Shows a waveform on the graph.class
Shows a waveform on the graph.