Class BasicFreqDomBeamogramPane

java.lang.Object
PamController.SettingsPane<BasicFreqDomParams>
beamformer.algorithms.basicFreqDomain.BasicFreqDomBeamogramPane

public class BasicFreqDomBeamogramPane extends SettingsPane<BasicFreqDomParams>
  • Constructor Details Link icon

    • BasicFreqDomBeamogramPane Link icon

      public BasicFreqDomBeamogramPane(Object ownerWindow)
      Parameters:
      ownerWindow -
  • Method Details Link icon

    • setAngleRange Link icon

      public void setAngleRange()
      Sets the valid angle range, based on the array shape
    • clearParams Link icon

      public void clearParams()
      Clears the parameters in the window
    • getMinPrime Link icon

      public int getMinPrime()
      Returns:
      the minPrime
    • setMinPrime Link icon

      public void setMinPrime(int minPrime)
      Parameters:
      minPrime - the minPrime to set
    • getMaxPrime Link icon

      public int getMaxPrime()
      Returns:
      the maxPrime
    • setMaxPrime Link icon

      public void setMaxPrime(int maxPrime)
      Parameters:
      maxPrime - the maxPrime to set
    • getMinSec Link icon

      public int getMinSec()
      Returns:
      the minSec
    • setMinSec Link icon

      public void setMinSec(int minSec)
      Parameters:
      minSec - the minSec to set
    • getMaxSec Link icon

      public int getMaxSec()
      Returns:
      the maxSec
    • setMaxSec Link icon

      public void setMaxSec(int maxSec)
      Parameters:
      maxSec - the maxSec to set
    • getArrayShape Link icon

      public int getArrayShape()
      Returns:
      the arrayShape
    • setArrayShape Link icon

      public void setArrayShape(int arrayShape)
      Parameters:
      arrayShape - the arrayShape to set
    • getParams Link icon

      public BasicFreqDomParams getParams(BasicFreqDomParams currParams)
      Description copied from class: SettingsPane
      Get settings from the pane.
      Specified by:
      getParams in class SettingsPane<BasicFreqDomParams>
      Returns:
      settings class
    • setParams Link icon

      public void setParams(BasicFreqDomParams input)
      Description copied from class: SettingsPane
      Called whenever the pane is first shown/open to set pane to show current settings.
      Specified by:
      setParams in class SettingsPane<BasicFreqDomParams>
      Parameters:
      input - - current settings class.
    • getName Link icon

      public String getName()
      Description copied from class: SettingsPane
      Get the name of the pane.
      Specified by:
      getName in class SettingsPane<BasicFreqDomParams>
      Returns:
      name of the pane
    • getContentNode Link icon

      public javafx.scene.Node getContentNode()
      Description copied from class: SettingsPane
      Get node for GUI change of settings.
      Specified by:
      getContentNode in class SettingsPane<BasicFreqDomParams>
    • paneInitialized Link icon

      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 class SettingsPane<BasicFreqDomParams>