Package clickDetector.tdPlots
Class ClickDetSymbolManager
java.lang.Object
PamView.symbol.PamSymbolManager<StandardSymbolChooser>
PamView.symbol.StandardSymbolManager
clickDetector.tdPlots.ClickDetSymbolManager
- All Implemented Interfaces:
PamSettings
,SettingsNameProvider
-
Field Summary
Fields inherited from class PamView.symbol.StandardSymbolManager
HAS_CHANNEL_OPTIONS, HAS_LINE, HAS_LINE_AND_LENGTH, HAS_LINE_LENGTH, HAS_SPECIAL_COLOUR, HAS_SYMBOL, NUM_STANDARD_CHOICES
Fields inherited from class PamView.symbol.PamSymbolManager
GENERICNAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a list of available (AVAILABLE, not used) symbol modifiers to the chooser when it is created.int
The number of available colour choices.Methods inherited from class PamView.symbol.StandardSymbolManager
addSymbolChnageListener, addSymbolOption, colourChoiceName, getDefaultSymbol, getSpecialColourName, hasSymbolOption, notifySymbolListeners, removeSymbolChnageListener, removeSymbolOption, setDefaultSymbol, setSpecialColourName
Methods inherited from class PamView.symbol.PamSymbolManager
addAnnotationModifiers, clearChoosers, getFXOptionsPane, getManagedSymbolData, getPamDataBlock, getSettingsReference, getSettingsVersion, getSwingOptionsPanel, getSymbolChooser, getUnitName, getUnitType, globalClear, restoreSettings
-
Constructor Details
-
ClickDetSymbolManager
-
-
Method Details
-
getNColourChoices
public int getNColourChoices()Description copied from class:StandardSymbolManager
The number of available colour choices.- Overrides:
getNColourChoices
in classStandardSymbolManager
- Returns:
- the number of colour choices.
-
addSymbolModifiers
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 classPamSymbolManager<StandardSymbolChooser>
-