Package difar.trackedGroups
Class TrackedGroupOverlayGraphics
java.lang.Object
PamView.PanelOverlayDraw
PamView.PamDetectionOverlayGraphics
difar.trackedGroups.TrackedGroupOverlayGraphics
TrackedGroupOverlayGraphics show a summary of all the bearings
to each tracked group (on the map)
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTrackedGroupOverlayGraphics
(DifarControl difarControl, TrackedGroupDataBlock trackedGroupDataBlock) -
Method Summary
Modifier and TypeMethodDescriptiongetHoverText
(GeneralProjector generalProjector, PamDataUnit dataUnit, int iSide) Get tool tip content for the data unit for this projector.Methods inherited from class PamView.PamDetectionOverlayGraphics
canDraw, canDraw, createKeyItem, drawDataUnit, getDefaultRange, getHoverImage, getHoverTextWithoutWrap, getLineColor, getLineColour, getLocColour, getMenuKeyItem, getPamSymbol, getParentDataBlock, getPerspectiveSymbol, getSymbolInfo, hasOptionsDialog, isDetectionData, setDefaultRange, setDetectionData, setLineColor, setLineColour, setLocColour, showOptions
Methods inherited from class PamView.PanelOverlayDraw
getDefaultSymbol, preDrawAnything, setDefaultSymbol
-
Field Details
-
defaultSymbol
-
-
Constructor Details
-
TrackedGroupOverlayGraphics
public TrackedGroupOverlayGraphics(DifarControl difarControl, TrackedGroupDataBlock trackedGroupDataBlock)
-
-
Method Details
-
getHoverText
Description copied from class:PamDetectionOverlayGraphics
Get tool tip content for the data unit for this projector.- Overrides:
getHoverText
in 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.
-