Uses of Class
pamViewFX.fxNodes.pamAxis.PamAxisFX
Packages that use PamAxisFX
Package
Description
- 
Uses of PamAxisFX in dataPlotsFX.layout
Methods in dataPlotsFX.layout that return PamAxisFXModifier and TypeMethodDescriptionTDGraphFX.getGraphAxis()Get the axis for this tdGraph;TDDisplayFX.getTimeAxis()The time axis.Constructors in dataPlotsFX.layout with parameters of type PamAxisFX - 
Uses of PamAxisFX in dataPlotsFX.projector
Methods in dataPlotsFX.projector that return PamAxisFXModifier and TypeMethodDescriptionTDProjectorFX.getTimeAxis()Get the time axis.TimeProjectorFX.getTimeAxis()Get the time axisTDProjectorFX.getYAxis()Get the time axis.Methods in dataPlotsFX.projector with parameters of type PamAxisFXModifier and TypeMethodDescriptionvoidTimeProjectorFX.setTimeAxis(PamAxisFX axis) Set the time axis.Constructors in dataPlotsFX.projector with parameters of type PamAxisFX - 
Uses of PamAxisFX in dataPlotsFX.rawDataPlotFX
Methods in dataPlotsFX.rawDataPlotFX with parameters of type PamAxisFXModifier and TypeMethodDescriptionvoidRawSoundPlotDataFX.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
Methods in dataPlotsFX.scrollingPlot2D with parameters of type PamAxisFXModifier and TypeMethodDescriptionvoidScrolling2DPlotDataFX.drawSpectrogram(javafx.scene.canvas.GraphicsContext g2d, javafx.scene.shape.Rectangle windowRect, javafx.geometry.Orientation orientation, PamAxisFX timeAxis, double scrollStart, boolean wrap) voidScrolling2DPlotDataFX.drawSpectrogramScroll(javafx.scene.canvas.GraphicsContext g2d, double timePixels, double freqPixels, PamAxisFX timeAxis, double scrollStart, double scrollEndTime, double imageFP1, double imageFP2, double[] freqBinRange, double freqWidth) doubleScrolling2DPlotDataFX.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
Methods in detectionPlotFX.plots that return PamAxisFX - 
Uses of PamAxisFX in detectionPlotFX.plots.simple2d
Methods in detectionPlotFX.plots.simple2d that return PamAxisFXConstructors in detectionPlotFX.plots.simple2d with parameters of type PamAxisFXModifierConstructorDescriptionSimpleLineData(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
Methods in detectionPlotFX.projector that return PamAxisFX - 
Uses of PamAxisFX in pamViewFX.fxNodes.pamAxis
Methods in pamViewFX.fxNodes.pamAxis that return PamAxisFXConstructors in pamViewFX.fxNodes.pamAxis with parameters of type PamAxisFXModifierConstructorDescriptionPamAxisPane(PamAxisFX axis, javafx.geometry.Orientation orientation) PamAxisPane2(PamAxisFX pamAxisFX, javafx.geometry.Side side)  - 
Uses of PamAxisFX in pamViewFX.fxNodes.pamScrollers.acousticScroller
Methods in pamViewFX.fxNodes.pamScrollers.acousticScroller that return PamAxisFXModifier and TypeMethodDescriptionAcousticScrollerFX.getTimeAxis()FFTScrollBarGraphics.AcousticScrollerProjector.getTimeAxis()FFTScrollBarGraphics.AcousticScrollerProjector.getYAxis() - 
Uses of PamAxisFX in pamViewFX.fxPlotPanes
Methods in pamViewFX.fxPlotPanes that return PamAxisFXModifier 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()