Uses of Class
com.luciad.symbology.app6a.model.TLcdEditableAPP6AObject.TextModifier
Packages that use TLcdEditableAPP6AObject.TextModifier
Package
Description
Contains the domain model to represent military symbols from the APP-6A standard,
or optionally also from the TTA-106 V4 standard.
-
Uses of TLcdEditableAPP6AObject.TextModifier in com.luciad.symbology.app6a.model
Methods in com.luciad.symbology.app6a.model that return TLcdEditableAPP6AObject.TextModifierModifier and TypeMethodDescriptionTLcdEditableAPP6AObject.getTextModifier(String aModifier) Returns a description of the modifier with the given name.Methods in com.luciad.symbology.app6a.model that return types with arguments of type TLcdEditableAPP6AObject.TextModifierModifier and TypeMethodDescriptionTLcdEditableAPP6AObject.getPossibleModifiers()Returns a collection of the possible modifiers of this symbol, i.e. all SIDC and text modifiersTLcdEditableAPP6AObject.getPossibleSIDCModifiers()Returns a collection of the possible SIDC modifiers of this symbol, e.g. the affiliation, status, and so on.TLcdEditableAPP6AObject.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.app6a.model with parameters of type TLcdEditableAPP6AObject.TextModifierModifier and TypeMethodDescriptionTLcdEditableAPP6AObject.getTextModifierValue(TLcdEditableAPP6AObject.TextModifier aModifier) Returns the object's value for the given text modifier.voidTLcdEditableAPP6AObject.putTextModifier(TLcdEditableAPP6AObject.TextModifier aModifier, String aValue) Sets the given value for the given modifier.