Class StandardSymbolOptionPaneFX

All Implemented Interfaces:
DynamicSettings

@Deprecated public class StandardSymbolOptionPaneFX extends FXSymbolOptionsPane<StandardSymbolOptions>
Deprecated.
Symbol chooser pane which gives user a set of potential user options. This was based on the original symbol chooser which gave users a set of symbol choices. StandardSymbolOptionPane2 is absed on the new symbol chooser which provides a list of symbol modifiers.
Author:
Jamie Macaulay
  • Constructor Details

  • Method Details

    • getVBoxHolder

      public PamVBox getVBoxHolder()
      Deprecated.
      Pane which holds a list of the options, including the selection check boxes. Handy for adding extra controls.
      Returns:
      vBox which holds the main symbol option controls.
    • getName

      public String getName()
      Deprecated.
      Description copied from class: SettingsPane
      Get the name of the pane.
      Specified by:
      getName in class SettingsPane<StandardSymbolOptions>
      Returns:
      name of the pane
    • getContentNode

      public javafx.scene.Node getContentNode()
      Deprecated.
      Description copied from class: SettingsPane
      Get node for GUI change of settings.
      Specified by:
      getContentNode in class SettingsPane<StandardSymbolOptions>
    • paneInitialized

      public void paneInitialized()
      Deprecated.
      Description copied from class: SettingsPane
      Called when settings pane is first initialised. This can be used if for example, a the size of a pane is needed for a param. (Sizes are only initialised when Nodes are shown);
      Specified by:
      paneInitialized in class SettingsPane<StandardSymbolOptions>
    • setParams

      public void setParams(StandardSymbolOptions input)
      Deprecated.
      Description copied from class: SettingsPane
      Called whenever the pane is first shown/open to set pane to show current settings.
      Specified by:
      setParams in class SettingsPane<StandardSymbolOptions>
      Parameters:
      input - - current settings class.
    • getParams

      Deprecated.
      Description copied from class: SettingsPane
      Get settings from the pane.
      Specified by:
      getParams in class SettingsPane<StandardSymbolOptions>
      Returns:
      settings class
    • getLinBox

      public PamGridPane getLinBox()
      Deprecated.
      Returns:
      the linBox
    • getSymbolBox

      public javafx.scene.layout.Pane getSymbolBox()
      Deprecated.
      Returns:
      the symbolBox
    • disableSymbolColourBox

      public void disableSymbolColourBox(boolean disable)
      Deprecated.
      Disable the fill and line colour boxes (not the symbol chooser) in the symbol box pane.
      Parameters:
      dsiable - - true to disable, false to enable.
    • disableSymbolChooserBox

      public void disableSymbolChooserBox(boolean disable)
      Deprecated.
      Disable the symbol chooser box
      Parameters:
      dsiable - - true to disable, false to enable.
    • setSymbolBox

      public void setSymbolBox(javafx.scene.layout.Pane symbolBox)
      Deprecated.
      Parameters:
      symbolBox - the symbolBox to set
    • getFillColorPicker

      public javafx.scene.control.ColorPicker getFillColorPicker()
      Deprecated.
      Get the colour picker for the symbol fill
      Returns:
      the colour picker ofr the symbol fill.