Package rawDeepLearningClassifier.swing
Class DLClipDecorations
java.lang.Object
clipgenerator.clipDisplay.ClipDisplayDecorations
rawDeepLearningClassifier.swing.DLClipDecorations
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidDecorate the display - adding any additional panels and creating extra menus, etc.voidCan be used to decorate / draw on the clip panel axis.voidCan 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
- 
DLClipDecorations
 
 - 
 - 
Method Details
- 
getClipDisplayUnit
- Overrides:
 getClipDisplayUnitin classClipDisplayDecorations- Returns:
 - the clipDisplayUnit
 
 - 
getClipBackground
Description copied from class:ClipDisplayDecorationsGet a background colour for the clip- Overrides:
 getClipBackgroundin classClipDisplayDecorations- Returns:
 - a background colour or null, in which case the standard PAMColour will be used.
 
 - 
drawOnClipAxis
Description copied from class:ClipDisplayDecorationsCan be used to decorate / draw on the clip panel axis.- Overrides:
 drawOnClipAxisin classClipDisplayDecorations- Parameters:
 g- graphics handle.
 - 
drawOnClipBorder
Description copied from class:ClipDisplayDecorationsCan be used to decorate / draw on the clip panel axis.- Overrides:
 drawOnClipBorderin classClipDisplayDecorations- Parameters:
 g- graphics handle.
 - 
decorateDisplay
public void decorateDisplay()Description copied from class:ClipDisplayDecorationsDecorate the display - adding any additional panels and creating extra menus, etc.- Overrides:
 decorateDisplayin classClipDisplayDecorations
 
 -