Class ClickDetSymbolManager

All Implemented Interfaces:
PamSettings, SettingsNameProvider

public class ClickDetSymbolManager extends StandardSymbolManager
  • Constructor Details

  • Method Details

    • getNColourChoices

      public int getNColourChoices()
      Description copied from class: StandardSymbolManager
      The number of available colour choices.
      Overrides:
      getNColourChoices in class StandardSymbolManager
      Returns:
      the number of colour choices.
    • addSymbolModifiers

      public void addSymbolModifiers(PamSymbolChooser psc)
      Description copied from class: PamSymbolManager
      Add a list of available (AVAILABLE, not used) symbol modifiers to the chooser when it is created. This get's called whenever a symbol chooser if created, but probably needs to be called again whenever a model is changes in case a module is added that contains an additional annotation modifier AFTER the first call to the display. One to worry about!
      Overrides:
      addSymbolModifiers in class PamSymbolManager<StandardSymbolChooser>