Class DLSymbolOptionPanel
java.lang.Object
rawDeepLearningClassifier.dataPlotFX.DLSymbolOptionPanel
- All Implemented Interfaces:
 ActionListener,EventListener,PamDialogPanel
Swing symbol options for the annotation pane.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidgetClassColParams(DLSymbolModifierParams symbolOptions) get parameters for colouring by class.Get the awt component which will be incorporated into a larger display panel / component.booleangetPredictionColParams(DLSymbolModifierParams symbolOptions) voidSet the initial parameter values in the panel. 
- 
Constructor Details
- 
DLSymbolOptionPanel
 
 - 
 - 
Method Details
- 
getDialogComponent
Description copied from interface:PamDialogPanelGet the awt component which will be incorporated into a larger display panel / component.- Specified by:
 getDialogComponentin interfacePamDialogPanel- Returns:
 - an awt component.
 
 - 
setParams
public void setParams()Description copied from interface:PamDialogPanelSet the initial parameter values in the panel. Since this interface is purely abstract, the type of parameter is unknown, so concrete implementations will somehow have to pass the class containing the parameter information in some other way.- Specified by:
 setParamsin interfacePamDialogPanel
 - 
getClassColParams
get parameters for colouring by class.- Parameters:
 symbolOptions- - the symbol options.- Returns:
 
 - 
getPredictionColParams
- Parameters:
 symbolOptions-- Returns:
 
 - 
getParams
public boolean getParams()- Specified by:
 getParamsin interfacePamDialogPanel- Returns:
 - true if parameters all have acceptable values and the dialog can close.
 
 - 
actionPerformed
- Specified by:
 actionPerformedin interfaceActionListener
 
 -