Interface ILcdMS2525bStyled
- All Superinterfaces:
ILcdStyledMilitarySymbol
Deprecated.
Interface that provides access to a style. This can be used to
give MIL-STD 2525b objects a per object style.
-
Method Summary
Modifier and TypeMethodDescriptiondefault TLcdMilitarySymbolStyleDeprecated.Returns aTLcdMilitarySymbolStyleused to specify the styling of anILcdMS2525bCodedor anILcdAPP6ACodedobject.Deprecated.Returns a style used to display MIL-STD 2525b objects.
-
Method Details
-
getMS2525bStyle
ILcdMS2525bStyle getMS2525bStyle()Deprecated.Returns a style used to display MIL-STD 2525b objects.- Returns:
- a style used to display MIL-STD 2525b objects.
-
getMilitarySymbolStyle
Deprecated.Returns aTLcdMilitarySymbolStyleused to specify the styling of anILcdMS2525bCodedor anILcdAPP6ACodedobject. The default implementation will convert theILcdMS2525bStylereturned bygetMS2525bStyle()into aTLcdMilitarySymbolStyle. If you override this default behaviour, theILcdMS2525bStylereturned bygetMS2525bStyle()will no longer be used by the Military Symbology module. You should then turn yourILcdMS2525bStyledimplementation into an implementation ofILcdStyledMilitarySymboland remove yourgetMS2525bStyle()method.- Specified by:
getMilitarySymbolStylein interfaceILcdStyledMilitarySymbol- Returns:
- a
TLcdMilitarySymbolStyle. Nevernull. - Since:
- 2024.0
-
ILcdStyledMilitarySymbol, which can be used to provide both APP-6 and MIL-STD-2525 objects a per object style.