Package clickTrainDetector.layout
Class CTDataUnitGraphics
java.lang.Object
PamView.PanelOverlayDraw
PamView.PamDetectionOverlayGraphics
clickTrainDetector.layout.CTDataUnitGraphics
Swing based graphics for drawing click trains on the map.
- Author:
- Jamie Macaulay
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPamSymbol
(PamDataUnit pamDataUnit, GeneralProjector projector) Override this function so symbols (which are drawn from sub detection sometimes) are always from the super detection.Methods inherited from class PamView.PamDetectionOverlayGraphics
canDraw, canDraw, createKeyItem, drawDataUnit, getDefaultRange, getHoverImage, getHoverText, getHoverTextWithoutWrap, getLineColor, getLineColour, getLocColour, getMenuKeyItem, getParentDataBlock, getPerspectiveSymbol, getSymbolInfo, hasOptionsDialog, isDetectionData, setDefaultRange, setDetectionData, setLineColor, setLineColour, setLocColour, showOptions
Methods inherited from class PamView.PanelOverlayDraw
getDefaultSymbol, preDrawAnything, setDefaultSymbol
-
Field Details
-
defSymbol
-
-
Constructor Details
-
CTDataUnitGraphics
-
-
Method Details
-
getPamSymbol
Override this function so symbols (which are drawn from sub detection sometimes) are always from the super detection.- Overrides:
getPamSymbol
in classPamDetectionOverlayGraphics
- Parameters:
pamDataUnit
-- Returns:
- PamSymbol to use in plotting. Generally this is just the set symbol for the overlay, but can be overridden if a detector has some complicated way of using different symbols for different dataUnits.
-