Class BasicFreqDomBeamogramPane
java.lang.Object
PamController.SettingsPane<BasicFreqDomParams>
beamformer.algorithms.basicFreqDomain.BasicFreqDomBeamogramPane
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Clears the parameters in the windowint
javafx.scene.Node
Get node for GUI change of settings.int
int
int
int
getName()
Get the name of the pane.getParams
(BasicFreqDomParams currParams) Get settings from the pane.void
Called when settings pane is first initialised.void
Sets the valid angle range, based on the array shapevoid
setArrayShape
(int arrayShape) void
setMaxPrime
(int maxPrime) void
setMaxSec
(int maxSec) void
setMinPrime
(int minPrime) void
setMinSec
(int minSec) void
setParams
(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:SettingsPane
Get settings from the pane.- Specified by:
getParams
in classSettingsPane<BasicFreqDomParams>
- Returns:
- settings class
-
setParams
Description copied from class:SettingsPane
Called whenever the pane is first shown/open to set pane to show current settings.- Specified by:
setParams
in classSettingsPane<BasicFreqDomParams>
- Parameters:
input
- - current settings class.
-
getName
Description copied from class:SettingsPane
Get the name of the pane.- Specified by:
getName
in classSettingsPane<BasicFreqDomParams>
- Returns:
- name of the pane
-
getContentNode
public javafx.scene.Node getContentNode()Description copied from class:SettingsPane
Get node for GUI change of settings.- Specified by:
getContentNode
in classSettingsPane<BasicFreqDomParams>
-
paneInitialized
public void paneInitialized()Description copied from class:SettingsPane
Called 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:
paneInitialized
in classSettingsPane<BasicFreqDomParams>
-