Package PamView.symbol.modifier
Class UserSymbolModifier
java.lang.Object
PamView.symbol.modifier.SymbolModifier
PamView.symbol.modifier.UserSymbolModifier
A symbol modifier which allows the user to manually change settings.
- Author:
- Jamie Macualay
-
Field Summary
Fields inherited from class PamView.symbol.modifier.SymbolModifier
symbolModifierParams
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSymbolData
(GeneralProjector projector, PamDataUnit dataUnit) This is the symbol data to use if this modifier were to change everything.void
setSymbolData
(SymbolData symbolData) Methods inherited from class PamView.symbol.modifier.SymbolModifier
canModify, getDialogPanel, getModifierOptionsMenu, getModifyableBits, getName, getOptionsPane, getSymbolChooser, getSymbolModifierParams, getToolTipText, modifySymbol, setName, setSelectionBit, setSymbolModifierParams, setToolTipText
-
Constructor Details
-
UserSymbolModifier
-
-
Method Details
-
getSymbolData
-
setSymbolData
-
getSymbolData
Description copied from class:SymbolModifier
This is the symbol data to use if this modifier were to change everything. the Symbolchooser will actually be calling the modifySymbol function, which calls this, then based on which bits are set for modification, will transfer over the appropriate information.Must be able to respond to a null projector and dataUnit for tree vies.
- Specified by:
getSymbolData
in classSymbolModifier
- Returns:
-