Package clickTrainDetector.layout.mht
Class BearingAdvMHTPane
java.lang.Object
PamController.SettingsPane<SimpleChi2VarParams>
pamViewFX.fxSettingsPanes.DynamicSettingsPane<SimpleChi2VarParams>
clickTrainDetector.layout.mht.AdvMHTVarPane
clickTrainDetector.layout.mht.BearingAdvMHTPane
- All Implemented Interfaces:
 DynamicSettings
An advanced pane for bearing measurements. Contains extra controls for maximum bearing jump
 and direction compared to the standard advanced settings pane.
- Author:
 - Jamie Macaulay.
 
- 
Constructor Summary
ConstructorsConstructorDescriptionBearingAdvMHTPane(SimpleChi2VarParams simpleChi2Var2, ResultConverter resultConverter)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected javafx.scene.layout.GridPaneCreate the pane.getParams(SimpleChi2VarParams currParams) Get settings from the pane.voidsetParams(SimpleChi2VarParams currParams) Called whenever the pane is first shown/open to set pane to show current settings.Methods inherited from class clickTrainDetector.layout.mht.AdvMHTVarPane
getContentNode, getName, getResultConverter, paneInitializedMethods inherited from class pamViewFX.fxSettingsPanes.DynamicSettingsPane
addSettingsListener, isAllowNotify, notifySettingsListeners, removeSettingsListener, setAllowNotifyMethods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, notifyChange, repackContents, setDefaults, setOwnerWindow 
- 
Constructor Details
- 
BearingAdvMHTPane
 
 - 
 - 
Method Details
- 
createAdvPane
protected javafx.scene.layout.GridPane createAdvPane()Description copied from class:AdvMHTVarPaneCreate the pane.- Overrides:
 createAdvPanein classAdvMHTVarPane- Returns:
 - the settings pane
 
 - 
getParams
Description copied from class:SettingsPaneGet settings from the pane.- Overrides:
 getParamsin classAdvMHTVarPane- Returns:
 - settings class
 
 - 
setParams
Description copied from class:SettingsPaneCalled whenever the pane is first shown/open to set pane to show current settings.- Overrides:
 setParamsin classAdvMHTVarPane- Parameters:
 currParams- - current settings class.
 
 -