Package seismicVeto
Class VetoPluginPanelProvider
java.lang.Object
seismicVeto.VetoPluginPanelProvider
- All Implemented Interfaces:
DisplayPanelProvider
Provide a graphics planel, or panels that can be added to the bottom of spectrogram
displays. The implementation of DisplayPanelProvider is only there to let Pamguard
know that panels can be created. On request, this will create any number
of vetoPluginPanels which will get added to the displays.
There are two basic ways that these things can update thier data. One is to
follow cue of the redrawing of the spectrogram, the other is to subscribe to
the some data block coming out of the detector. In this instance, we subscribe to
the backgroundDataBlock in the vetoProcess.
Note that we're handling several channels of data here !
- Author:
- Doug
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
The class that actually does the display work. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateDisplayPanel
(DisplayPanelContainer displayPanelContainer) Get a name for the panel which may be used in options dialogs, etc.
-
Constructor Details
-
VetoPluginPanelProvider
-
-
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
-