Uses of Class
dataPlotsFX.projector.TimeProjectorFX
Package
Description
-
Uses of TimeProjectorFX in dataPlotsFX.projector
Modifier and TypeClassDescriptionclass
Projector which handles all time to pixel conversions for the display. -
Uses of TimeProjectorFX in dataPlotsFX.scrollingPlot2D
ModifierConstructorDescriptionScrolling2DPlotDataFX
(TimeProjectorFX tdProjector, DataBlock2D fftDataBlock, Plot2DColours spectrogramColours, int iChannel, boolean isViewer) Called when making a datagram. -
Uses of TimeProjectorFX in dataPlotsFX.whistlePlotFX
Modifier and TypeMethodDescriptionstatic Path2D
WhistlePlotInfoFX.drawWhistleFragement
(PamDataUnit pamDataUnit, WhistleMoanControl wmControl, int fftLength, int fftHop, float sampleRate, javafx.scene.canvas.GraphicsContext g, TimeProjectorFX tdprojector, double scrollStart, int type, javafx.scene.paint.Color fillCol, javafx.scene.paint.Color linCol, boolean useKhz, javafx.geometry.Orientation orientation) Draw a whistle fragment.static Path2D
WhistlePlotInfoFX.drawWhistleFragement
(PamDataUnit pamDataUnit, WhistleMoanControl wmControl, int fftLength, int fftHop, float sampleRate, javafx.scene.canvas.GraphicsContext g, TimeProjectorFX tdprojector, double scrollStart, int type, javafx.scene.paint.Color fillCol, javafx.scene.paint.Color linCol, javafx.geometry.Orientation orientation) Draw a whistle fragment. -
Uses of TimeProjectorFX in detectionPlotFX.plots
Modifier and TypeClassDescriptionclass
Simple wrapper class for to make the DetectionPlotProjector into a TimeProjectorFX. -
Uses of TimeProjectorFX in pamViewFX.fxNodes.pamScrollers.acousticScroller