Class DLGraphics
java.lang.Object
PamView.PanelOverlayDraw
PamView.PamDetectionOverlayGraphics
rawDeepLearningClassifier.layoutFX.DLGraphics
The detection graphics for the DL localiser. Forces the graphics to be one colour and paints some
translucent boxes on the spectrogram depending on the classification model result.
- 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
-
DLGraphics
-
-
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.
-