whistleDetector
Class WhistleLocalisationGraphics

java.lang.Object
  extended by PamView.PamDetectionOverlayGraphics
      extended by whistleDetector.WhistleLocalisationGraphics
All Implemented Interfaces:
ManagedSymbol, PanelOverlayDraw

public class WhistleLocalisationGraphics
extends PamDetectionOverlayGraphics


Field Summary
(package private)  PamDataBlock<WhistleGroupDetection> whistleLocations
           
 
Fields inherited from class PamView.PamDetectionOverlayGraphics
lineColour
 
Constructor Summary
WhistleLocalisationGraphics(PamDataBlock<WhistleGroupDetection> whistleLocations)
           
 
Method Summary
 
Methods inherited from class PamView.PamDetectionOverlayGraphics
canDraw, canDrawOnMap, canDrawOnRadar, canDrawOnSpectrogram, createKeyItem, drawAmplitudeOnRadar, drawDataUnit, drawLineAndSymbol, drawLineAndSymbol, drawLineOnly, drawOnMap, drawOnSpectrogram, drawRangeOnRadar, getDefaultRange, getHoverText, getHydrophones, getLineColor, getLineColour, getMenuKeyItem, getPamSymbol, getPamSymbol, getParentDataBlock, getSymbolInfo, isDetectionData, isDrawLineToLocations, setDefaultRange, setDetectionData, setDrawLineToLocations, setLineColor, setLineColour, setPamSymbol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

whistleLocations

PamDataBlock<WhistleGroupDetection> whistleLocations
Constructor Detail

WhistleLocalisationGraphics

public WhistleLocalisationGraphics(PamDataBlock<WhistleGroupDetection> whistleLocations)