Package clickDetector

Class BTAmplitudeSelector

java.lang.Object
clickDetector.BTAmplitudeSelector
All Implemented Interfaces:
PamDialogPanel

public class BTAmplitudeSelector extends Object implements PamDialogPanel
  • Constructor Details Link icon

  • Method Details Link icon

    • createHistograms Link icon

      public void createHistograms()
    • updateBTParams Link icon

      public void updateBTParams()
      update btdisplay params from amplitude bt params
    • getPlotPanel Link icon

      public JComponent getPlotPanel()
      Get the bit of the histogram panel to plot.
      Returns:
    • showAmplitudeFrame Link icon

      public static BTAmplitudeSelector showAmplitudeFrame(ClickControl clickControl, ClickBTDisplay btDisplay)
    • getFrame Link icon

      public JFrame getFrame()
    • getDialogComponent Link icon

      public JComponent getDialogComponent()
      Description copied from interface: PamDialogPanel
      Get the awt component which will be incorporated into a larger display panel / component.
      Specified by:
      getDialogComponent in interface PamDialogPanel
      Returns:
      an awt component.
    • getParams Link icon

      public boolean getParams()
      Specified by:
      getParams in interface PamDialogPanel
      Returns:
      true if parameters all have acceptable values and the dialog can close.
    • setParams Link icon

      public void setParams()
      Description copied from interface: PamDialogPanel
      Set the initial parameter values in the panel. Since this interface is purely abstract, the type of parameter is unknown, so concrete implementations will somehow have to pass the class containing the parameter information in some other way.
      Specified by:
      setParams in interface PamDialogPanel