Class DLSymbolOptionPanel

java.lang.Object
rawDeepLearningClassifier.dataPlotFX.DLSymbolOptionPanel
All Implemented Interfaces:
ActionListener, EventListener, PamDialogPanel

public class DLSymbolOptionPanel extends Object implements PamDialogPanel, ActionListener
Swing symbol options for the annotation pane.
Author:
Jamie Macaulay
  • Constructor Details Link icon

    • DLSymbolOptionPanel Link icon

      public DLSymbolOptionPanel(SymbolModifier symbolModifer)
  • Method Details Link icon

    • getDialogComponent Link icon

      public JComponent getDialogComponent()
      Description copied from interface: PamDialogPanel
      Get the awt component which will be incorporated into a larger display panel / component.
      Specified by:
      getDialogComponent in interface PamDialogPanel
      Returns:
      an awt component.
    • setParams Link icon

      public void setParams()
      Description copied from interface: PamDialogPanel
      Set 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:
      setParams in interface PamDialogPanel
    • getClassColParams Link icon

      public DLSymbolModifierParams getClassColParams(DLSymbolModifierParams symbolOptions)
      get parameters for colouring by class.
      Parameters:
      symbolOptions - - the symbol options.
      Returns:
    • getPredictionColParams Link icon

      public DLSymbolModifierParams getPredictionColParams(DLSymbolModifierParams symbolOptions)
      Parameters:
      symbolOptions -
      Returns:
    • getParams Link icon

      public boolean getParams()
      Specified by:
      getParams in interface PamDialogPanel
      Returns:
      true if parameters all have acceptable values and the dialog can close.
    • actionPerformed Link icon

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener