Package clickDetector
Class ClickSpectrogramPlugin
java.lang.Object
clickDetector.ClickSpectrogramPlugin
- All Implemented Interfaces:
DisplayPanelProvider
The implementation of DisplayPanelProvider should be created
as a single instance (or one for each instance of the detector
which has this display). Other displays within Pamguard may then optionally
create actual displays that have an all singing all dancing
display.
- Author:
- Doug Gillespie
-
Constructor Summary
ConstructorDescriptionClickSpectrogramPlugin
(ClickControl clickControl) The constructor stores a reference to the click detector and registers with the DisplayProviderList. -
Method Summary
Modifier and TypeMethodDescriptioncreateDisplayPanel
(DisplayPanelContainer displayPanelContainer) Get a name for the panel which may be used in options dialogs, etc.
-
Constructor Details
-
ClickSpectrogramPlugin
The constructor stores a reference to the click detector and registers with the DisplayProviderList.- Parameters:
clickControl
-
-
-
Method Details
-
createDisplayPanel
- Specified by:
createDisplayPanel
in interfaceDisplayPanelProvider
- Returns:
- create the panel to be included in the display
-
getDisplayPanelName
Description copied from interface:DisplayPanelProvider
Get a name for the panel which may be used in options dialogs, etc.- Specified by:
getDisplayPanelName
in interfaceDisplayPanelProvider
- Returns:
- a character string
-