Uses of Class
detectionPlotFX.projector.DetectionPlotProjector
Packages that use DetectionPlotProjector
Package
Description
-
Uses of DetectionPlotProjector in dataPlotsFX.overlaymark.popUpMenu
Methods in dataPlotsFX.overlaymark.popUpMenu with parameters of type DetectionPlotProjectorModifier and TypeMethodDescriptionvoid
OverlayGroupDisplay.RawWaveFFTPlot.paintDetections
(dataPlotsFX.overlaymark.popUpMenu.OverlayGroupDisplay.TempRawDataUnit detection, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector) Constructors in dataPlotsFX.overlaymark.popUpMenu with parameters of type DetectionPlotProjectorModifierConstructorDescriptionRawWaveFFTPlot
(DetectionPlotDisplay displayPlot, DetectionPlotProjector projector) -
Uses of DetectionPlotProjector in detectionPlotFX.clickTrainDDPlot
Methods in detectionPlotFX.clickTrainDDPlot with parameters of type DetectionPlotProjectorModifier and TypeMethodDescriptionvoid
WaterfallSpecPlot.paintDetections
(D detection, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector) void
WaterfallSpecPlot.paintPlot
(D ctDataUnit, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) void
CTSpectrumPlot.setupAxis
(CTDataUnit data, double sR, DetectionPlotProjector plotProjector) void
WaterfallSpecPlot.setupAxis
(D pamDetection, double sR, DetectionPlotProjector projector) Constructors in detectionPlotFX.clickTrainDDPlot with parameters of type DetectionPlotProjectorModifierConstructorDescriptionWaterfallSpecPlot
(DetectionPlotDisplay displayPlot, DetectionPlotProjector projector) -
Uses of DetectionPlotProjector in detectionPlotFX.data
Methods in detectionPlotFX.data with parameters of type DetectionPlotProjectorModifier and TypeMethodDescriptionvoid
DDDataInfo.drawData
(javafx.scene.canvas.GraphicsContext g, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector, T pamDataUnit) Paint data into the graphics window.void
DDDataInfo.drawData
(javafx.scene.canvas.GraphicsContext g, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector, T pamDataUnit, int flag) Paint data into the graphics window.void
DDDataInfo.setupAxis
(DetectionPlotProjector projector, T pamDataUnit) -
Uses of DetectionPlotProjector in detectionPlotFX.layout
Methods in detectionPlotFX.layout that return DetectionPlotProjectorModifier and TypeMethodDescriptionDetectionPlotDisplay.getDetectionPlotProjector()
Get the projector for the plot.Methods in detectionPlotFX.layout with parameters of type DetectionPlotProjectorModifier and TypeMethodDescriptionvoid
DetectionPlot.paintPlot
(D data, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) Plot the relevent data from a detection.void
DetectionPlot.setupAxis
(D data, double sR, DetectionPlotProjector projector) Setup the axis. -
Uses of DetectionPlotProjector in detectionPlotFX.plots
Methods in detectionPlotFX.plots with parameters of type DetectionPlotProjectorModifier and TypeMethodDescriptionvoid
SpectrumPlot.drawLogSpectrum
(javafx.scene.canvas.GraphicsContext g2, javafx.scene.shape.Rectangle clipRect, double[][] clickLineData, DetectionPlotProjector projector) Draw the shapes for the log spectrum.abstract void
FFTPlot.paintDetections
(D detection, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector) Paint the detection over the FFT.abstract void
RawFFTPlot.paintDetections
(D detection, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector) Paint the detection over the FFT.void
FFTPlot.paintPlot
(D pamDetection, javafx.scene.canvas.GraphicsContext gc, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) void
RawFFTPlot.paintPlot
(D dataUnit, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) void
SpectrumPlot.paintPlot
(D data, javafx.scene.canvas.GraphicsContext gc, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) void
WaveformPlot.paintPlot
(D pamDetection, javafx.scene.canvas.GraphicsContext gc, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector plotProjector, int flag) Paint the waveform on the canvas.void
WignerPlot.paintPlot
(D pamDetection, javafx.scene.canvas.GraphicsContext gc, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) void
WaveformPlot.paintWaveform
(double[][] waveform, javafx.scene.canvas.GraphicsContext g, javafx.scene.shape.Rectangle clipRect, DetectionPlotProjector projector, javafx.scene.paint.Color color) Paint the waveform.void
FFTPlot.setupAxis
(D pamDetection, double sR, DetectionPlotProjector projector) void
RawFFTPlot.setupAxis
(D pamDetection, double sR, DetectionPlotProjector projector) void
SpectrumPlot.setupAxis
(D data, double sR, DetectionPlotProjector plotProjector) void
WaveformPlot.setupAxis
(D pamDetection, double sR, DetectionPlotProjector plotProjector) Called to set up the axis correctly before the plot is createdvoid
WignerPlot.setupAxis
(D pamDetection, double sR, DetectionPlotProjector projector) Called to set up the axis correctly before the plot is createdvoid
FFTPlot.setupFreqAxis
(double minFreq, double maxFreq, DetectionPlotProjector projector) Set up the frequency axisvoid
FFTPlot.setUpTimeAxis
(double millisDuration, DetectionPlotProjector plotProjector) Setup the time axis within the given duration.void
RawFFTPlot.setUpTimeAxis
(double millisDuration, DetectionPlotProjector plotProjector) Constructors in detectionPlotFX.plots with parameters of type DetectionPlotProjectorModifierConstructorDescriptionFFTPlot
(DetectionPlotDisplay displayPlot, DetectionPlotProjector projector) FreqTimeProjector
(DetectionPlotProjector projector) Constructor for the freq time projector.RawFFTPlot
(DetectionPlotDisplay displayPlot, DetectionPlotProjector projector) -
Uses of DetectionPlotProjector in detectionPlotFX.rawDDPlot
Methods in detectionPlotFX.rawDDPlot with parameters of type DetectionPlotProjectorModifier and TypeMethodDescriptionvoid
RawHolderFFTPlot.paintDetections
(PamDataUnit detection, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector) void
RawHolderFFTPlot.paintPlot
(PamDataUnit data, javafx.scene.canvas.GraphicsContext gc, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) void
RawSpectrumPlot.paintPlot
(PamDataUnit data, javafx.scene.canvas.GraphicsContext gc, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) void
RawSpectrumPlot.setupAxis
(PamDataUnit data, double sR, DetectionPlotProjector plotProjector) Constructors in detectionPlotFX.rawDDPlot with parameters of type DetectionPlotProjectorModifierConstructorDescriptionRawHolderFFTPlot
(DetectionPlotDisplay displayPlot, DetectionPlotProjector projector) -
Uses of DetectionPlotProjector in detectionPlotFX.whistleDDPlot
Methods in detectionPlotFX.whistleDDPlot with parameters of type DetectionPlotProjectorModifier and TypeMethodDescriptionvoid
WhistleFFTPlot.paintDetections
(ConnectedRegionDataUnit whistleDataUnit, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector) -
Uses of DetectionPlotProjector in IshmaelDetector.layoutFX
Methods in IshmaelDetector.layoutFX with parameters of type DetectionPlotProjectorModifier and TypeMethodDescriptionvoid
IshFFTPlot.paintDetections
(ConnectedRegionDataUnit whistleDataUnit, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector)