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_TEMPERATUREFields inherited from class PamView.GeneralProjector
NPARAMETERS, viewer - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoubleGet the length of the time axis in pixels.Get the time axis.doubleGet 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, setWindowRectMethods inherited from class dataPlotsFX.projector.TimeProjectorFX
setTimeAxisMethods 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:TDProjectorFXGet the time axis.- Overrides:
 getYAxisin classTDProjectorFX- Returns:
 - the time axis.
 
 - 
getTimeAxis
Description copied from class:TDProjectorFXGet the time axis.- Overrides:
 getTimeAxisin classTDProjectorFX- Returns:
 - the time axis.
 
 - 
getVisibleTime
public double getVisibleTime()Description copied from class:TDProjectorFXGet time range in milliseconds.- Overrides:
 getVisibleTimein classTDProjectorFX- Returns:
 - time range (max-min) in millis.
 
 - 
getGraphTimePixels
public double getGraphTimePixels()Description copied from class:TDProjectorFXGet the length of the time axis in pixels.- Overrides:
 getGraphTimePixelsin classTDProjectorFX- Returns:
 - the length of the axis in pixel.
 
 
 -