Uses of Interface
PamView.PanelOverlayDraw

Packages that use PanelOverlayDraw
AirgunDisplay   
AIS   
amplifier   
angleMeasurement   
beakedWhaleProtocol   
clickDetector   
clickDetector.offlineFuncs   
depthReadout   
fftManager   
GPS   
ishmaelComms   
IshmaelLocator   
landMarks   
listening   
loc3d_Thode   
Map   
NMEA   
PamguardMVC   
PamView   
patchPanel   
rocca   
simulatedAcquisition   
terrella   
videoRangePanel   
whistleClassifier   
whistleDetector   
whistlesAndMoans   
WorkshopDemo   
 

Uses of PanelOverlayDraw in AirgunDisplay
 

Classes in AirgunDisplay that implement PanelOverlayDraw
 class AirgunGraphics
           
 

Uses of PanelOverlayDraw in AIS
 

Classes in AIS that implement PanelOverlayDraw
 class AISDataBlock
           
 class AISGraphics
           
 

Uses of PanelOverlayDraw in amplifier
 

Classes in amplifier that implement PanelOverlayDraw
 class AmplifiedDataBlock
           
 

Uses of PanelOverlayDraw in angleMeasurement
 

Classes in angleMeasurement that implement PanelOverlayDraw
 class AngleDataBlock
           
 

Uses of PanelOverlayDraw in beakedWhaleProtocol
 

Classes in beakedWhaleProtocol that implement PanelOverlayDraw
 class BeakedDataBlock
           
 class BeakedExperimentDataBlock
           
 class BeakedExperimentGraphics
           
 class BeakedGraphics
          Draws the beaked whale protocol graphics on the map
 class ShoreStationDataBlock
           
 class ShoreStationGraphics
           
 

Uses of PanelOverlayDraw in clickDetector
 

Classes in clickDetector that implement PanelOverlayDraw
 class ClickDataBlock
           
 class ClickGroupDataBlock<t extends GroupDetection>
          Click Train data block deletes old data in a slightly different way to PamDataBlock.
 class ClickGroupGraphics
          Deprecated. 
 class ClickTrainDataBlock
           
 class ClickTrainGraphics
           
 class ClickTrainLocalisationGraphics
           
 class ClickTriggerFunctionDataBlock
           
 class NewClickOverlayGraphics
           
 class NoiseDataBlock
           
 class TrackedClickDataBlock
           
 class TrackedClickGraphics
           
 

Uses of PanelOverlayDraw in clickDetector.offlineFuncs
 

Classes in clickDetector.offlineFuncs that implement PanelOverlayDraw
 class OfflineEventDataBlock
          PamDataBlock for offline events.
 class OfflineEventGraphics
           
 

Uses of PanelOverlayDraw in depthReadout
 

Classes in depthReadout that implement PanelOverlayDraw
 class DepthDataBlock
           
 

Uses of PanelOverlayDraw in fftManager
 

Classes in fftManager that implement PanelOverlayDraw
 class FFTDataBlock
           
 

Uses of PanelOverlayDraw in GPS
 

Classes in GPS that implement PanelOverlayDraw
 class GPSDataBlock
          Add a bit of extra functionality to GPSDataBlock so that it can check new GPS data are 'reasonable' and flag bad ones.
 

Uses of PanelOverlayDraw in ishmaelComms
 

Classes in ishmaelComms that implement PanelOverlayDraw
 class IshmaelGraphics
           
 

Uses of PanelOverlayDraw in IshmaelLocator
 

Classes in IshmaelLocator that implement PanelOverlayDraw
 class IshOverlayGraphics
          Process for choosing a symbol to represent IshLocalizations on the map (and elsewhere).
 

Uses of PanelOverlayDraw in landMarks
 

Classes in landMarks that implement PanelOverlayDraw
 class LandmarkDataBlock
           
 class LandmarkGraphics
           
 

Uses of PanelOverlayDraw in listening
 

Classes in listening that implement PanelOverlayDraw
 class ListeningEffortGraphics
           
 class ThingHeardGraphics
           
 

Uses of PanelOverlayDraw in loc3d_Thode
 

Classes in loc3d_Thode that implement PanelOverlayDraw
 class TowedArray3DOverlayGraphics
           
 

Uses of PanelOverlayDraw in Map
 

Classes in Map that implement PanelOverlayDraw
 class MapCommentDataBlock
           
 class MapCommentOverlayGraphics
           
 

Uses of PanelOverlayDraw in NMEA
 

Classes in NMEA that implement PanelOverlayDraw
 class NMEADataBlock
          Special type of data block, just for NMEA data.
 

Uses of PanelOverlayDraw in PamguardMVC
 

Classes in PamguardMVC that implement PanelOverlayDraw
 class AcousticDataBlock<Tunit extends AcousticDataUnit>
          Class for all PAMGAURD data based on acoustic types of data, i.e.
 class PamDataBlock<Tunit extends PamDataUnit>
           
 class PamObservable
           
 class PamRawDataBlock
          Extension of RecyclingDataBlock that is used for Raw audio data.
 class SingletonDataBlock<Tunit extends PamDataUnit>
          Version of pamdatablock that always keeps one and only one dataUnit.
 

Fields in PamguardMVC declared as PanelOverlayDraw
protected  PanelOverlayDraw PamObservable.overlayDraw
          Reference to a class that knows how to draw these things on any of the standard displays in the view, e.g.
 

Methods in PamguardMVC with parameters of type PanelOverlayDraw
 void PamObservable.setOverlayDraw(PanelOverlayDraw overlayDraw)
           
 

Uses of PanelOverlayDraw in PamView
 

Classes in PamView that implement PanelOverlayDraw
 class PamDetectionOverlayGraphics
           
 

Uses of PanelOverlayDraw in patchPanel
 

Classes in patchPanel that implement PanelOverlayDraw
 class PatchPanelDataBlock
           
 

Uses of PanelOverlayDraw in rocca
 

Classes in rocca that implement PanelOverlayDraw
 class RoccaContourDataBlock
           
 class RoccaGraphics
           
 class RoccaSightingDataBlock
          Container to hold all the sighting data
 

Uses of PanelOverlayDraw in simulatedAcquisition
 

Classes in simulatedAcquisition that implement PanelOverlayDraw
 class SimGraphics
           
 class SimObjectsDataBlock
           
 

Uses of PanelOverlayDraw in terrella
 

Classes in terrella that implement PanelOverlayDraw
 class TerrellaDataBlock
          Added the position of the Terrella to the data block so that the TErrellaHydrophoneLocator which uses these data can find the correct terella data based on hydrophone number and time.
 

Uses of PanelOverlayDraw in videoRangePanel
 

Classes in videoRangePanel that implement PanelOverlayDraw
 class VRDataBlock
           
 

Uses of PanelOverlayDraw in whistleClassifier
 

Classes in whistleClassifier that implement PanelOverlayDraw
 class WhistleClasificationDataBlock
           
 

Uses of PanelOverlayDraw in whistleDetector
 

Classes in whistleDetector that implement PanelOverlayDraw
 class PeakGraphics
           
 class WhistleDataBlock
           
 class WhistleEventGraphics
           
 class WhistleGraphics
           
 class WhistleLocalisationGraphics
           
 

Uses of PanelOverlayDraw in whistlesAndMoans
 

Classes in whistlesAndMoans that implement PanelOverlayDraw
 class AbstractWhistleDataBlock<T extends AbstractWhistleDataUnit>
           
 class ConnectedRegionDataBlock
           
 class CROverlayGraphics
           
 class WhistleToneLocalisationGraphics
           
 

Uses of PanelOverlayDraw in WorkshopDemo
 

Classes in WorkshopDemo that implement PanelOverlayDraw
 class WorkshopOverlayGraphics
          Graphics examples showing how to draw the detector output on the map and on the spectrogram display.