Uses of Class
dataPlotsFX.layout.TDDisplayFX
Packages that use TDDisplayFX
-
Uses of TDDisplayFX in dataPlotsFX
Fields in dataPlotsFX declared as TDDisplayFXModifier and TypeFieldDescriptionprotected TDDisplayFXTDControl.tdMainDisplayReference to the main node for the graph.Methods in dataPlotsFX that return TDDisplayFXModifier and TypeMethodDescriptionTDControlAWT.getMainDisplay()Get the main display.TDControlAWT.TDFXPanel.getMainDisplay()protected TDDisplayFXTDControl.getTDDisplay()Methods in dataPlotsFX with parameters of type TDDisplayFXModifier and TypeMethodDescriptionvoidTDControlAWT.TDFXPanel.setMainDisplay(TDDisplayFX tdMainDisplay) protected voidTDControl.setTDDisplay(TDDisplayFX tdDisplayFX) -
Uses of TDDisplayFX in dataPlotsFX.layout
Methods in dataPlotsFX.layout that return TDDisplayFXModifier and TypeMethodDescriptionTDGraphFX.getTDDisplay()Get the TDMainDsiplay this TDGraphFX belongs to.Constructors in dataPlotsFX.layout with parameters of type TDDisplayFXModifierConstructorDescriptionTDControlPaneFX(TDControl tdControl2, TDDisplayFX tdMainDsiplay) TDGraphFX(TDControl tdControl, TDDisplayFX mainDisplay, int graphId) Create the graph. -
Uses of TDDisplayFX in dataPlotsFX.scroller
Constructors in dataPlotsFX.scroller with parameters of type TDDisplayFXModifierConstructorDescriptionTDAcousticScroller(String name, javafx.geometry.Orientation orientation, int stepSizeMillis, long defaultLoadTime, boolean hasMenu, TDDisplayFX tdDisplay) Construct a PAMGUARD scroll bar which contains a main scroll bar bit and buttons for moving forward in large secScollbar name (used in scroll bar management)TDPamScrollerFX(String name, javafx.geometry.Orientation orientation, int stepSizeMillis, long defaultLoadTime, boolean hasMenu, TDDisplayFX tdDisplay) Construct a PAMGUARD scroll bar which contains a main scroll bar bit and buttons for moving forward in large secScollbar name (used in scroll bar management) -
Uses of TDDisplayFX in dataPlotsFX.sound
Constructors in dataPlotsFX.sound with parameters of type TDDisplayFX