Class BasicFreqDomBeamogramPane

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

public class BasicFreqDomBeamogramPane extends SettingsPane<BasicFreqDomParams>
  • Constructor Details

    • BasicFreqDomBeamogramPane

      public BasicFreqDomBeamogramPane(Object ownerWindow)
      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

      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

      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

      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

      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

      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>