Package clickDetector

Class ClickSpectrogramPlugin

java.lang.Object
clickDetector.ClickSpectrogramPlugin
All Implemented Interfaces:
DisplayPanelProvider

public class ClickSpectrogramPlugin extends Object implements 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 Details

    • ClickSpectrogramPlugin

      public ClickSpectrogramPlugin(ClickControl clickControl)
      The constructor stores a reference to the click detector and registers with the DisplayProviderList.
      Parameters:
      clickControl -
  • Method Details