Package loc3d_Thode
Class TowedArray3DOverlayGraphics
java.lang.Object
PamView.PanelOverlayDraw
PamView.PamDetectionOverlayGraphics
loc3d_Thode.TowedArray3DOverlayGraphics
- 
Field Summary
FieldsFields inherited from class PamView.PamDetectionOverlayGraphics
lineColour, locColour, pamSymbol - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected RectangledrawOnMap(Graphics g, PamDataUnit pamDetection, GeneralProjector generalProjector) getHoverText(GeneralProjector generalProjector, PamDataUnit dataUnit, int iSide) Get tool tip content for the data unit for this projector.voidsetSymbolSize(double depth) Methods inherited from class PamView.PamDetectionOverlayGraphics
canDraw, canDraw, canDrawOnMap, canDrawOnRadar, canDrawOnSpectrogram, createKeyItem, drawAmplitudeOnRadar, drawDataUnit, drawLineAndSymbol, drawLineAndSymbol, drawLineAndSymbol, drawLineOnly, drawOnSpectrogram, drawRangeOnRadar, drawSlantOnRadar, getDefaultRange, getHoverImage, getHoverTextWithoutWrap, getHydrophones, getLineColor, getLineColour, getLocColour, getMenuKeyItem, getPamSymbol, getParentDataBlock, getPerspectiveSymbol, getSymbolInfo, hasOptionsDialog, isDetectionData, setDefaultRange, setDetectionData, setLineColor, setLineColour, setLocColour, showOptionsMethods inherited from class PamView.PanelOverlayDraw
getDefaultSymbol, preDrawAnything, setDefaultSymbol 
- 
Field Details
- 
defaultSymbol
 
 - 
 - 
Constructor Details
- 
TowedArray3DOverlayGraphics
 
 - 
 - 
Method Details
- 
setSymbolSize
public void setSymbolSize(double depth)  - 
drawOnMap
protected Rectangle drawOnMap(Graphics g, PamDataUnit pamDetection, GeneralProjector generalProjector) - Overrides:
 drawOnMapin classPamDetectionOverlayGraphics
 - 
getHoverText
Description copied from class:PamDetectionOverlayGraphicsGet tool tip content for the data unit for this projector.- Overrides:
 getHoverTextin classPamDetectionOverlayGraphics- Parameters:
 generalProjector- projectordataUnit- dataunitiSide- left or right (0 or 1 I think, might be -1 or +1 though !)- Returns:
 - tooltip content consisting of text and / or an image.
 
 
 -