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 TypeMethodDescriptionvoidOverlayGroupDisplay.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 TypeMethodDescriptionvoidWaterfallSpecPlot.paintDetections(D detection, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector) voidWaterfallSpecPlot.paintPlot(D ctDataUnit, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) protected voidWaterfallSpecPlot.paintSpecImage(javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector) voidCTSpectrumPlot.setupAxis(CTDataUnit data, double sR, DetectionPlotProjector plotProjector) voidWaterfallSpecPlot.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 TypeMethodDescriptionvoidDDDataInfo.drawData(javafx.scene.canvas.GraphicsContext g, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector, T pamDataUnit) Paint data into the graphics window.voidDDDataInfo.drawData(javafx.scene.canvas.GraphicsContext g, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector, T pamDataUnit, int flag) Paint data into the graphics window.voidDDDataInfo.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 TypeMethodDescriptionvoidDetectionPlot.paintPlot(D data, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) Plot the relevent data from a detection.voidDetectionPlot.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 TypeMethodDescriptionprotected double[][]WignerPlot.calcWignerData(D pamDetection, double[] waveform, DetectionPlotProjector projector) Calculate Wigner data for a data unit.voidSpectrumPlot.drawLogSpectrum(javafx.scene.canvas.GraphicsContext g2, javafx.scene.shape.Rectangle clipRect, double[][] clickLineData, DetectionPlotProjector projector) Draw the shapes for the log spectrum.protected voidWignerPlot.drawPlot(javafx.scene.canvas.GraphicsContext gc, javafx.scene.shape.Rectangle rectangle, D pamDetection, DetectionPlotProjector projector) Draw the image on a graphics context.abstract voidFFTPlot.paintDetections(D detection, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector) Paint the detection over the FFT.abstract voidRawFFTPlot.paintDetections(D detection, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector) Paint the detection over the FFT.voidFFTPlot.paintPlot(D pamDetection, javafx.scene.canvas.GraphicsContext gc, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) voidRawFFTPlot.paintPlot(D dataUnit, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) voidSpectrumPlot.paintPlot(D data, javafx.scene.canvas.GraphicsContext gc, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) voidWaveformPlot.paintPlot(D pamDetection, javafx.scene.canvas.GraphicsContext gc, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector plotProjector, int flag) Paint the waveform on the canvas.voidWignerPlot.paintPlot(D pamDetection, javafx.scene.canvas.GraphicsContext gc, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) protected voidRawFFTPlot.paintSpecImage(javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector) Paint the image.voidWaveformPlot.paintWaveform(double[][] waveform, javafx.scene.canvas.GraphicsContext g, javafx.scene.shape.Rectangle clipRect, DetectionPlotProjector projector, javafx.scene.paint.Color color) Paint the waveform.voidFFTPlot.setupAxis(D pamDetection, double sR, DetectionPlotProjector projector) voidRawFFTPlot.setupAxis(D pamDetection, double sR, DetectionPlotProjector projector) voidSpectrumPlot.setupAxis(D data, double sR, DetectionPlotProjector plotProjector) voidWaveformPlot.setupAxis(D pamDetection, double sR, DetectionPlotProjector plotProjector) Called to set up the axis correctly before the plot is createdvoidWignerPlot.setupAxis(D pamDetection, double sR, DetectionPlotProjector projector) Called to set up the axis correctly before the plot is createdvoidFFTPlot.setupFreqAxis(double minFreq, double maxFreq, DetectionPlotProjector projector) Set up the frequency axisvoidFFTPlot.setUpTimeAxis(double millisDuration, DetectionPlotProjector plotProjector) Setup the time axis within the given duration.voidRawFFTPlot.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 TypeMethodDescriptionvoidRawHolderFFTPlot.paintDetections(PamDataUnit detection, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector) voidRawHolderFFTPlot.paintPlot(PamDataUnit data, javafx.scene.canvas.GraphicsContext gc, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) voidRawSpectrumPlot.paintPlot(PamDataUnit data, javafx.scene.canvas.GraphicsContext gc, javafx.scene.shape.Rectangle rectangle, DetectionPlotProjector projector, int flag) voidRawSpectrumPlot.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 TypeMethodDescriptionvoidWhistleFFTPlot.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 TypeMethodDescriptionvoidIshFFTPlot.paintDetections(ConnectedRegionDataUnit whistleDataUnit, javafx.scene.canvas.GraphicsContext graphicsContext, javafx.scene.shape.Rectangle windowRect, DetectionPlotProjector projector)