Class BasicFreqDomBeamogramPane
java.lang.Object
PamController.SettingsPane<BasicFreqDomParams>
beamformer.algorithms.basicFreqDomain.BasicFreqDomBeamogramPane
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidClears the parameters in the windowintjavafx.scene.NodeGet node for GUI change of settings.intintintintgetName()Get the name of the pane.getParams(BasicFreqDomParams currParams) Get settings from the pane.voidCalled when settings pane is first initialised.voidSets the valid angle range, based on the array shapevoidsetArrayShape(int arrayShape) voidsetMaxPrime(int maxPrime) voidsetMaxSec(int maxSec) voidsetMinPrime(int minPrime) voidsetMinSec(int minSec) voidsetParams(BasicFreqDomParams input) Called whenever the pane is first shown/open to set pane to show current settings.Methods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, notifyChange, repackContents, setDefaults, setOwnerWindow 
- 
Constructor Details
- 
BasicFreqDomBeamogramPane
- Parameters:
 ownerWindow-
 
 - 
 - 
Method Details
- 
setAngleRange
public void setAngleRange()Sets the valid angle range, based on the array shape - 
clearParams
public void clearParams()Clears the parameters in the window - 
getMinPrime
public int getMinPrime()- Returns:
 - the minPrime
 
 - 
setMinPrime
public void setMinPrime(int minPrime) - Parameters:
 minPrime- the minPrime to set
 - 
getMaxPrime
public int getMaxPrime()- Returns:
 - the maxPrime
 
 - 
setMaxPrime
public void setMaxPrime(int maxPrime) - Parameters:
 maxPrime- the maxPrime to set
 - 
getMinSec
public int getMinSec()- Returns:
 - the minSec
 
 - 
setMinSec
public void setMinSec(int minSec) - Parameters:
 minSec- the minSec to set
 - 
getMaxSec
public int getMaxSec()- Returns:
 - the maxSec
 
 - 
setMaxSec
public void setMaxSec(int maxSec) - Parameters:
 maxSec- the maxSec to set
 - 
getArrayShape
public int getArrayShape()- Returns:
 - the arrayShape
 
 - 
setArrayShape
public void setArrayShape(int arrayShape) - Parameters:
 arrayShape- the arrayShape to set
 - 
getParams
Description copied from class:SettingsPaneGet settings from the pane.- Specified by:
 getParamsin classSettingsPane<BasicFreqDomParams>- Returns:
 - settings class
 
 - 
setParams
Description copied from class:SettingsPaneCalled whenever the pane is first shown/open to set pane to show current settings.- Specified by:
 setParamsin classSettingsPane<BasicFreqDomParams>- Parameters:
 input- - current settings class.
 - 
getName
Description copied from class:SettingsPaneGet the name of the pane.- Specified by:
 getNamein classSettingsPane<BasicFreqDomParams>- Returns:
 - name of the pane
 
 - 
getContentNode
public javafx.scene.Node getContentNode()Description copied from class:SettingsPaneGet node for GUI change of settings.- Specified by:
 getContentNodein classSettingsPane<BasicFreqDomParams>
 - 
paneInitialized
public void paneInitialized()Description copied from class:SettingsPaneCalled when settings pane is first initialised. This can be used if for example, a the size of a pane is needed for a param. (Sizes are only initialised when Nodes are shown);- Specified by:
 paneInitializedin classSettingsPane<BasicFreqDomParams>
 
 -