Package rawDeepLearningClassifier.swing
Class DLClipDecorations
java.lang.Object
clipgenerator.clipDisplay.ClipDisplayDecorations
rawDeepLearningClassifier.swing.DLClipDecorations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Decorate the display - adding any additional panels and creating extra menus, etc.void
Can be used to decorate / draw on the clip panel axis.void
Can be used to decorate / draw on the clip panel axis.Get a background colour for the clipMethods inherited from class clipgenerator.clipDisplay.ClipDisplayDecorations
addDisplayMenuItems, removeDecoration
-
Constructor Details
-
Method Details
-
getClipDisplayUnit
- Overrides:
getClipDisplayUnit
in classClipDisplayDecorations
- Returns:
- the clipDisplayUnit
-
getClipBackground
Description copied from class:ClipDisplayDecorations
Get a background colour for the clip- Overrides:
getClipBackground
in classClipDisplayDecorations
- Returns:
- a background colour or null, in which case the standard PAMColour will be used.
-
drawOnClipAxis
Description copied from class:ClipDisplayDecorations
Can be used to decorate / draw on the clip panel axis.- Overrides:
drawOnClipAxis
in classClipDisplayDecorations
- Parameters:
g
- graphics handle.
-
drawOnClipBorder
Description copied from class:ClipDisplayDecorations
Can be used to decorate / draw on the clip panel axis.- Overrides:
drawOnClipBorder
in classClipDisplayDecorations
- Parameters:
g
- graphics handle.
-
decorateDisplay
public void decorateDisplay()Description copied from class:ClipDisplayDecorations
Decorate the display - adding any additional panels and creating extra menus, etc.- Overrides:
decorateDisplay
in classClipDisplayDecorations
-