Package clickDetector
Class BTAmplitudeSelector
java.lang.Object
clickDetector.BTAmplitudeSelector
- All Implemented Interfaces:
 PamDialogPanel
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidGet the awt component which will be incorporated into a larger display panel / component.getFrame()booleanGet the bit of the histogram panel to plot.voidSet the initial parameter values in the panel.static BTAmplitudeSelectorshowAmplitudeFrame(ClickControl clickControl, ClickBTDisplay btDisplay) voidupdate btdisplay params from amplitude bt params 
- 
Constructor Details
- 
BTAmplitudeSelector
- Parameters:
 btDisplay-
 
 - 
 - 
Method Details
- 
createHistograms
public void createHistograms() - 
updateBTParams
public void updateBTParams()update btdisplay params from amplitude bt params - 
getPlotPanel
Get the bit of the histogram panel to plot.- Returns:
 
 - 
showAmplitudeFrame
public static BTAmplitudeSelector showAmplitudeFrame(ClickControl clickControl, ClickBTDisplay btDisplay)  - 
getFrame
 - 
getDialogComponent
Description copied from interface:PamDialogPanelGet the awt component which will be incorporated into a larger display panel / component.- Specified by:
 getDialogComponentin interfacePamDialogPanel- Returns:
 - an awt component.
 
 - 
getParams
public boolean getParams()- Specified by:
 getParamsin interfacePamDialogPanel- Returns:
 - true if parameters all have acceptable values and the dialog can close.
 
 - 
setParams
public void setParams()Description copied from interface:PamDialogPanelSet 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:
 setParamsin interfacePamDialogPanel
 
 -