Class DetectionDisplayControl2

All Implemented Interfaces:
SettingsNameProvider

public class DetectionDisplayControl2 extends UserDisplayControlFX
Detection plot which can display single or groups of detections.
Author:
Jamie Macaulay
  • Constructor Details

    • DetectionDisplayControl2

      public DetectionDisplayControl2(String unitName)
  • Method Details

    • notifyModelChanged

      public void notifyModelChanged(int type)
      Description copied from class: PamControlledUnit
      General notification when the PAMGAURD model changes.
      Overrides:
      notifyModelChanged in class PamControlledUnit
      Parameters:
      type - type of change
    • newDataBlockAdded

      public boolean newDataBlockAdded(PamDataBlock pamDataBlock)
      Called whenever a new data block is added to the display. Removes the observer from all other data blocks in the model and then the adds the observer to that data block;
      Returns:
      true if the parent has successfully been added.
    • getDisplays

      public ArrayList<UserDisplayNodeFX> getDisplays()
      Specified by:
      getDisplays in class UserDisplayControlFX