Uses of Class
com.luciad.symbology.milstd2525b.model.TLcdEditableMS2525bObject.TextModifier
Packages that use TLcdEditableMS2525bObject.TextModifier
Package
Description
Military units (including modifiers) that can be represented by the MIL-STD 2525 military symbology standard.
-
Uses of TLcdEditableMS2525bObject.TextModifier in com.luciad.symbology.milstd2525b.model
Methods in com.luciad.symbology.milstd2525b.model that return TLcdEditableMS2525bObject.TextModifierModifier and TypeMethodDescriptionTLcdEditableMS2525bObject.getTextModifier
(String aModifierName) Returns a description of the modifier with the given name.Methods in com.luciad.symbology.milstd2525b.model that return types with arguments of type TLcdEditableMS2525bObject.TextModifierModifier and TypeMethodDescriptionTLcdEditableMS2525bObject.getPossibleModifiers()
Returns a collection of the possible modifiers of this symbol, i.e. all SIDC and text modifiersTLcdEditableMS2525bObject.getPossibleSIDCModifiers()
Returns a collection of the possible SIDC modifiers of this symbol, e.g. the affiliation, status, and so on.TLcdEditableMS2525bObject.getPossibleTextModifiers()
Returns a collection of the possible text modifiers of this symbol, i.e. modifiers that are not encoded in the symbol code.Methods in com.luciad.symbology.milstd2525b.model with parameters of type TLcdEditableMS2525bObject.TextModifierModifier and TypeMethodDescriptionTLcdEditableMS2525bObject.getTextModifierValue
(TLcdEditableMS2525bObject.TextModifier aModifier) Returns the object's value for the given text modifier.void
TLcdEditableMS2525bObject.putTextModifier
(TLcdEditableMS2525bObject.TextModifier aModifier, String aValue) Sets the given value for the given modifier.