Class DLDetectionGraphics
java.lang.Object
PamView.PanelOverlayDraw
PamView.PamDetectionOverlayGraphics
rawDeepLearningClassifier.layoutFX.DLDetectionGraphics
Graphics for the detected data units
- Author:
- Jamie Macaulay
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPamSymbol
(PamDataUnit pamDataUnit, GeneralProjector projector) Override to forget all symbol chooser stuff.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
-
dashed
-
normal
-
alpha
public int alpha -
detColor
-
-
Constructor Details
-
DLDetectionGraphics
-
-
Method Details
-
getPamSymbol
Override to forget all symbol chooser stuff.- Overrides:
getPamSymbol
in classPamDetectionOverlayGraphics
- 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.
-