Uses of Class
dataPlotsFX.TDControl
Packages that use TDControl
-
Uses of TDControl in dataPlotsFX
Subclasses of TDControl in dataPlotsFXModifier and TypeClassDescriptionclass
TDControlFX acts as a wrapper class for a time base display programmed in JavaFX.class
The controller for the display if the main PAMGuard GUI is in JavaFX mode. -
Uses of TDControl in dataPlotsFX.layout
Methods in dataPlotsFX.layout that return TDControlModifier and TypeMethodDescriptionTDControlPaneFX.getTDControl()
Get the tdControl class.TDDisplayFX.getTDControl()
Reference to tdControl.Constructors in dataPlotsFX.layout with parameters of type TDControlModifierConstructorDescriptionTDControlPaneFX
(TDControl tdControl2, TDDisplayFX tdMainDsiplay) TDDisplayFX
(TDControl tdControl) Constructor for the main JavaFX display.TDGraphFX
(TDControl tdControl, TDDisplayFX mainDisplay, int graphId) Create the graph.