Class SymbolOnlyManager

All Implemented Interfaces:
PamSettings, SettingsNameProvider
Direct Known Subclasses:
DataMapSymbolManager, GpsEffortSymbolManager

public class SymbolOnlyManager extends StandardSymbolManager
Version of the standard symbol manager that only has the optoin on the main symbol type and no modifiers whatsoever.
Author:
dg50
  • Constructor Details

  • Method Details

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