Uses of Class
pamViewFX.fxNodes.pamAxis.PamAxisFX
Package
Description
-
Uses of PamAxisFX in dataPlotsFX.layout
Modifier and TypeMethodDescriptionTDGraphFX.getGraphAxis()
Get the axis for this tdGraph;TDDisplayFX.getTimeAxis()
The time axis. -
Uses of PamAxisFX in dataPlotsFX.projector
Modifier and TypeMethodDescriptionTDProjectorFX.getTimeAxis()
Get the time axis.TimeProjectorFX.getTimeAxis()
Get the time axisTDProjectorFX.getYAxis()
Get the time axis.Modifier and TypeMethodDescriptionvoid
TimeProjectorFX.setTimeAxis
(PamAxisFX axis) Set the time axis. -
Uses of PamAxisFX in dataPlotsFX.rawDataPlotFX
Modifier and TypeMethodDescriptionvoid
RawSoundPlotDataFX.drawRawSoundData
(javafx.scene.canvas.GraphicsContext g2d, javafx.scene.shape.Rectangle windowRect, javafx.geometry.Orientation orientation, PamAxisFX timeAxis, PamAxisFX dataAxis, double scrollStart, double wrapPix) Draw data from the array onto the screen. -
Uses of PamAxisFX in dataPlotsFX.scrollingPlot2D
Modifier and TypeMethodDescriptionvoid
Scrolling2DPlotDataFX.drawSpectrogram
(javafx.scene.canvas.GraphicsContext g2d, javafx.scene.shape.Rectangle windowRect, javafx.geometry.Orientation orientation, PamAxisFX timeAxis, double scrollStart, boolean wrap) void
Scrolling2DPlotDataFX.drawSpectrogramScroll
(javafx.scene.canvas.GraphicsContext g2d, double timePixels, double freqPixels, PamAxisFX timeAxis, double scrollStart, double scrollEndTime, double imageFP1, double imageFP2, double[] freqBinRange, double freqWidth) double
Scrolling2DPlotDataFX.drawSpectrogramWrap
(javafx.scene.canvas.GraphicsContext g2d, double timePixels, double freqPixels, PamAxisFX timeAxis, double scrollStart, double scrollEndTime, double imageFP1, double imageFP2, double[] freqBinRange, double freqWidth) -
Uses of PamAxisFX in detectionPlotFX.plots
-
Uses of PamAxisFX in detectionPlotFX.plots.simple2d
ModifierConstructorDescriptionSimpleLineData
(double[] xValues, double[] yValues, PamAxisFX xAxis, PamAxisFX yAxis) SimpleLineData
(double[] xValues, double[] yValues, PamAxisFX xAxis, PamAxisFX yAxis, javafx.scene.paint.Paint lineStroke, Double lineWidth) -
Uses of PamAxisFX in detectionPlotFX.projector
-
Uses of PamAxisFX in pamViewFX.fxNodes.pamAxis
ModifierConstructorDescriptionPamAxisPane
(PamAxisFX axis, javafx.geometry.Orientation orientation) PamAxisPane2
(PamAxisFX pamAxisFX, javafx.geometry.Side side) -
Uses of PamAxisFX in pamViewFX.fxNodes.pamScrollers.acousticScroller
Modifier and TypeMethodDescriptionAcousticScrollerFX.getTimeAxis()
FFTScrollBarGraphics.AcousticScrollerProjector.getTimeAxis()
FFTScrollBarGraphics.AcousticScrollerProjector.getYAxis()
-
Uses of PamAxisFX in pamViewFX.fxPlotPanes
Modifier and TypeMethodDescriptionPlotPane.getAllAxis()
Get all the axis of the plot pane.PlotPane.getAxis
(javafx.geometry.Side side) Get an axis of the plot pane.PlotPane.getxAxisBottom()
PlotPane.getxAxisTop()
PlotPane.getyAxisLeft()
PlotPane.getyAxisRight()