Package AIS
Class AISGraphics
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateKeyItem
(GeneralProjector generalProjector, int keyType) Gets information for making up a key on various displays.getHoverText
(GeneralProjector generalProjector, PamDataUnit dataUnit, int side) Get tool tip content for the data unit for this projector.void
setDefaultSymbol
(PamSymbol pamSymbol) Methods inherited from class PamView.PamDetectionOverlayGraphics
canDraw, canDraw, 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
-
Field Details
-
defaultSymbol
-
-
Constructor Details
-
AISGraphics
-
-
Method Details
-
setDefaultSymbol
- Overrides:
setDefaultSymbol
in classPanelOverlayDraw
- Parameters:
pamSymbol
- the defaultSymbol to set
-
createKeyItem
Description copied from class:PamDetectionOverlayGraphics
Gets information for making up a key on various displays. PamKeyItem is not yet implemented.- Overrides:
createKeyItem
in classPamDetectionOverlayGraphics
- Parameters:
generalProjector
- Reference to a GeneralProjector responsible for drawing with the PAnelOverlayDraw implementationkeyType
- Draw a more complicated key, giving more detail- Returns:
- java.awt compnent (usually a JPanel).
- See Also:
-
getHoverText
Description copied from class:PamDetectionOverlayGraphics
Get tool tip content for the data unit for this projector.- Overrides:
getHoverText
in classPamDetectionOverlayGraphics
- Parameters:
generalProjector
- projectordataUnit
- dataunitside
- left or right (0 or 1 I think, might be -1 or +1 though !)- Returns:
- tooltip content consisting of text and / or an image.
-