Class FFTScrollBarGraphics.AcousticScrollerProjector
java.lang.Object
PamView.GeneralProjector<PamCoordinate>
dataPlotsFX.projector.TimeProjectorFX
dataPlotsFX.projector.TDProjectorFX
pamViewFX.fxNodes.pamScrollers.acousticScroller.FFTScrollBarGraphics.AcousticScrollerProjector
- Enclosing class:
FFTScrollBarGraphics
-
Nested Class Summary
Nested classes/interfaces inherited from class PamView.GeneralProjector
GeneralProjector.ParameterType, GeneralProjector.ParameterUnits
-
Field Summary
Fields inherited from class dataPlotsFX.projector.TDProjectorFX
UNITS_ANGLE, UNITS_FREQ, UNITS_TEMPERATURE
Fields inherited from class PamView.GeneralProjector
NPARAMETERS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Get the length of the time axis in pixels.Get the time axis.double
Get time range in milliseconds.getYAxis()
Get the time axis.Methods inherited from class dataPlotsFX.projector.TDProjectorFX
clearHoverList, getAxisName, getCoord3d, getCoord3d, getDataPosition, getHeight, getHoverDataList, getMinTime, getOrientation, getTimePix, getUnitName, getWidth, getWindow, getWindowRect, getYAxisName, getYPix, isWrap, setWindowRect
Methods inherited from class dataPlotsFX.projector.TimeProjectorFX
setTimeAxis
Methods inherited from class PamView.GeneralProjector
addHoverData, addHoverData, addHoverData, addHoverData, addHoverData, addHoverData, findClosestDataUnitIndex, findClosestDataUnitIndex, getDataSelector, getHoverDataSynchroniser, getHoveredDataUnit, getHoverText, getHoverText, getMouseHoverAdapter, getPamSymbolChooser, getParameterTypes, getParameterUnits, getParmeterType, getParmeterUnits, getProjectorDrawingOptions, isViewer, setDataSelector, setPamSymbolChooser, setParmeterType, setParmeterUnits, setProjectorDrawingOptions
-
Constructor Details
-
AcousticScrollerProjector
public AcousticScrollerProjector()
-
-
Method Details
-
getYAxis
Description copied from class:TDProjectorFX
Get the time axis.- Overrides:
getYAxis
in classTDProjectorFX
- Returns:
- the time axis.
-
getTimeAxis
Description copied from class:TDProjectorFX
Get the time axis.- Overrides:
getTimeAxis
in classTDProjectorFX
- Returns:
- the time axis.
-
getVisibleTime
public double getVisibleTime()Description copied from class:TDProjectorFX
Get time range in milliseconds.- Overrides:
getVisibleTime
in classTDProjectorFX
- Returns:
- time range (max-min) in millis.
-
getGraphTimePixels
public double getGraphTimePixels()Description copied from class:TDProjectorFX
Get the length of the time axis in pixels.- Overrides:
getGraphTimePixels
in classTDProjectorFX
- Returns:
- the length of the axis in pixel.
-