Uses of Class
dataPlotsFX.projector.TDProjectorFX
Packages that use TDProjectorFX
Package
Description
- 
Uses of TDProjectorFX in beamformer.plot
Methods in beamformer.plot with parameters of type TDProjectorFXModifier and TypeMethodDescriptionvoidBeamOGramPlotInfo.drawData(int plotNumber, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector)  - 
Uses of TDProjectorFX in clickDetector.basicalgorithm.plot
Methods in clickDetector.basicalgorithm.plot with parameters of type TDProjectorFXModifier and TypeMethodDescriptionjavafx.scene.shape.PolygonTriggerDataPlotFX.drawDataUnit(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type)  - 
Uses of TDProjectorFX in cpod.dataPlotFX
Methods in cpod.dataPlotFX with parameters of type TDProjectorFXModifier and TypeMethodDescriptionjavafx.scene.shape.PolygonCPODPlotInfoFX.drawDataUnit(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) javafx.scene.shape.PolygonCPODPlotInfoFX.drawFrequencyData(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) Draw a frequency line - 
Uses of TDProjectorFX in d3.plots
Methods in d3.plots with parameters of type TDProjectorFXModifier and TypeMethodDescriptionjavafx.scene.shape.PolygonD3PlotInfoFX.drawDataUnit(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type)  - 
Uses of TDProjectorFX in dataPlotsFX.clickPlotFX
Methods in dataPlotsFX.clickPlotFX with parameters of type TDProjectorFXModifier and TypeMethodDescriptionabstract voidScrollingPlotSegmenter.addPlotData(PamDataUnit pamDataUnit, ScrollingPlotSegmenter.PlotSegment plotSegmentData, TDProjectorFX tdProjector, double scrollStart) Add plot data to the plot segment.ScrollingPlotSegmenter.addPlotData(PamDataUnit pamDataUnit, TDProjectorFX tdProjector, double scrollStart) Draw the data on the plot segmentabstract voidScrollingImageSegmenter.drawADataUnit(javafx.scene.canvas.GraphicsContext g, PamDataUnit pamDataUnit, ScrollingImageSegmenter.WritableImageSegment writableImage, TDProjectorFX tdProjector, double scrollStart) Draw the data unit onto a writable image segment.voidClickPlotInfoFX.drawAllDataUnits(int plotNumber, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector) voidClickFFTPlotManager2.drawDataUnit(javafx.scene.canvas.GraphicsContext g, PamDataUnit pamDataUnit, ScrollingImageSegmenter.WritableImageSegment writableImage, TDProjectorFX tdProjector, double scrolLStart, int chanClick) javafx.scene.shape.PolygonClickPlotInfoFX.drawDataUnit(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) ScrollingImageSegmenter.drawDataUnit(javafx.scene.canvas.GraphicsContext g, PamDataUnit pamDataUnit, TDProjectorFX tdProjector, double scrollStart) Draw the spectrogram on thevoidClickPlotInfoFX.drawHighLightData(int plotNumber, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector) abstract Path2DScrollingImageSegmenter.getPath2D(PamDataUnit pamDataUnit, ScrollingImageSegmenter.WritableImageSegment writableImage, TDProjectorFX tdProjector, double scrollStart) Get the polygon for the detection.abstract Path2DScrollingPlotSegmenter.getPath2D(PamDataUnit pamDataUnit, ScrollingPlotSegmenter.PlotSegment plotSegmentData, TDProjectorFX tdProjector, double scrollStart) Get the polygon for the detection.javafx.geometry.Point2DClickPlotInfoFX.getPreviousDataUnit(TDProjectorFX generalProjector, PamDataUnit pamDataUnit) voidClickPlotInfoFX.lastUnitDrawn(javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int plotnumber) voidScrollingImageSegmenter.paintImages(javafx.scene.canvas.GraphicsContext g, TDProjectorFX tdProjector, double scrollStart, long tm) Paint the images.voidScrollingPlotSegmenter.paintImages(javafx.scene.canvas.GraphicsContext g, TDProjectorFX tdProjector, double scrollStart, long tm) Paint the images.abstract voidScrollingPlotSegmenter.paintPlotData(javafx.scene.canvas.GraphicsContext g, ScrollingPlotSegmenter.PlotSegment plotSegmentData, TDProjectorFX tdProjector, double scrollStart) Paint a plot segment on the graphics context. - 
Uses of TDProjectorFX in dataPlotsFX.data
Methods in dataPlotsFX.data with parameters of type TDProjectorFXModifier and TypeMethodDescriptionvoidRawWavePlotManager.addRawData(PamDataUnit pamDataUnit, ScrollingPlotSegmenter.PlotSegment plotSegment, TDProjectorFX tdProjector, double scrollStart, int chanClick, javafx.scene.paint.Color color) Draw the data unit.voidTDDataInfoFX.drawAllDataUnits(int plotNumber, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector) Paint individual data units in the graphics window.FFTPlotManager.drawClipFFT(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) Draw a click FFT on a frequency time axis.voidTDDataInfoFX.drawData(int plotNumber, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector) Paint data into the graphics window.voidFFTPlotManager.drawDataUnit(javafx.scene.canvas.GraphicsContext g, PamDataUnit pamDataUnit, ScrollingImageSegmenter.WritableImageSegment writableImage, TDProjectorFX tdProjector, double scrolLStart, int chanClick) Draw the data unit on a writeable image segment.javafx.scene.shape.PolygonTDDataInfoFX.drawDataUnit(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) Draw a data unit.voidTDDataInfoFX.drawHighLightData(int plotNumber, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector) Draw highlighted data.RawWavePlotManager.drawRawData(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) Draw the raw data.javafx.geometry.Point2DTDDataInfoFX.getPreviousDataUnit(TDProjectorFX generalProjector, PamDataUnit pamDataUnit) Get the previous data unit for drawing a line from.voidFFTPlotManager.lastUnitDrawn(javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int plotnumber) voidRawWavePlotManager.lastUnitDrawn(javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int plotnumber) voidTDDataInfoFX.lastUnitDrawn(javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int plotnumber) Indicates that the last data unit has been drawn.booleanTDDataInfoPlugin.repaint(int plotNumber, javafx.scene.canvas.GraphicsContext g, long scrollStart, TDProjectorFX tdProjector, TDDataInfoFX dataInfo) Paint the on the display - 
Uses of TDProjectorFX in dataPlotsFX.data.generic
Methods in dataPlotsFX.data.generic with parameters of type TDProjectorFXModifier and TypeMethodDescriptionjavafx.scene.shape.PolygonGenericDataPlotInfo.drawBoxData(int plotNumber, PamDataUnit pamDataUnit, double[] f, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) Draw a data unit as a box.javafx.scene.shape.PolygonGenericDataPlotInfo.drawDataUnit(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) javafx.scene.shape.PolygonGenericLinePlotInfo.drawDataUnit(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) javafx.scene.shape.PolygonGenericDataPlotInfo.drawFrequencyData(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) Base class draws a simple frequency box.javafx.scene.shape.PolygonGenericLinePlotInfo.drawPredicition(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) Draw the prediction as a line. - 
Uses of TDProjectorFX in dataPlotsFX.layout
Methods in dataPlotsFX.layout that return TDProjectorFX - 
Uses of TDProjectorFX in dataPlotsFX.overlaymark
Fields in dataPlotsFX.overlaymark declared as TDProjectorFX - 
Uses of TDProjectorFX in dataPlotsFX.rawClipDataPlot
Methods in dataPlotsFX.rawClipDataPlot with parameters of type TDProjectorFXModifier and TypeMethodDescriptionjavafx.scene.shape.PolygonRawClipDataInfo.drawDataUnit(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) voidRawClipDataInfo.lastUnitDrawn(javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int plotnumber)  - 
Uses of TDProjectorFX in dataPlotsFX.rawDataPlotFX
Methods in dataPlotsFX.rawDataPlotFX with parameters of type TDProjectorFXModifier and TypeMethodDescriptionvoidRawSoundDataInfo.drawData(int plotNumber, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector)  - 
Uses of TDProjectorFX in dataPlotsFX.scrollingPlot2D
Methods in dataPlotsFX.scrollingPlot2D with parameters of type TDProjectorFXModifier and TypeMethodDescriptionvoidScrolling2DPlotInfo.drawData(int plotNumber, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector)  - 
Uses of TDProjectorFX in dataPlotsFX.whistlePlotFX
Methods in dataPlotsFX.whistlePlotFX with parameters of type TDProjectorFXModifier and TypeMethodDescriptionjavafx.scene.shape.PolygonWhistlePlotInfoFX.drawDataUnit(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type)  - 
Uses of TDProjectorFX in gpl.graphfx
Methods in gpl.graphfx with parameters of type TDProjectorFXModifier and TypeMethodDescriptionjavafx.scene.shape.PolygonGPLDetPlotinfo.drawContour(int plotNumber, GPLDetection gplDetection, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) voidGPLStatePlotInfo.drawData(int plotNumber, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector) javafx.scene.shape.PolygonGPLDetPlotinfo.drawDataUnit(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) javafx.scene.shape.PolygonGPLStatePlotInfo.drawDataUnit(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) javafx.scene.shape.PolygonGPLDetPlotinfo.drawFrequencyBox(int plotNumber, GPLDetection gplDetection, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) javafx.scene.shape.PolygonGPLDetPlotinfo.drawOnSpectrogram(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type)  - 
Uses of TDProjectorFX in pamViewFX.fxNodes.pamScrollers.acousticScroller
Subclasses of TDProjectorFX in pamViewFX.fxNodes.pamScrollers.acousticScroller - 
Uses of TDProjectorFX in rawDeepLearningClassifier.dataPlotFX
Methods in rawDeepLearningClassifier.dataPlotFX with parameters of type TDProjectorFXModifier and TypeMethodDescriptionjavafx.scene.shape.PolygonDLGroupDetectionInfoFX.drawDataUnit(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type) javafx.scene.shape.PolygonDLPredictionPlotInfoFX.drawDataUnit(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type)  - 
Uses of TDProjectorFX in RightWhaleEdgeDetector.graphics
Methods in RightWhaleEdgeDetector.graphics with parameters of type TDProjectorFXModifier and TypeMethodDescriptionjavafx.scene.shape.PolygonRWEDataPlotinfoFX.drawDataUnit(int plotNumber, PamDataUnit pamDataUnit, javafx.scene.canvas.GraphicsContext g, double scrollStart, TDProjectorFX tdProjector, int type)