Class StandardSymbolOptionsPanel

java.lang.Object
PamView.symbol.StandardSymbolOptionsPanel
All Implemented Interfaces:
PamDialogPanel, SwingSymbolOptionsPanel

public class StandardSymbolOptionsPanel extends Object implements SwingSymbolOptionsPanel
  • Constructor Details

  • Method Details

    • showLineLengthOption

      public boolean showLineLengthOption(GeneralProjector projector)
    • getDialogComponent

      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

      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
    • getParams

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

      public JPanel getMainPanel()
      Get the main panel which has a box layout.
      Returns:
    • getStandardSymbolChooser

      public StandardSymbolChooser getStandardSymbolChooser()
      Returns:
      the symbol chooser