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 TLcdMilitarySymbolStyle
Deprecated.Returns aTLcdMilitarySymbolStyle
used to specify the styling of anILcdMS2525bCoded
or anILcdAPP6ACoded
object.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 aTLcdMilitarySymbolStyle
used to specify the styling of anILcdMS2525bCoded
or anILcdAPP6ACoded
object. The default implementation will convert theILcdMS2525bStyle
returned bygetMS2525bStyle()
into aTLcdMilitarySymbolStyle
. If you override this default behaviour, theILcdMS2525bStyle
returned bygetMS2525bStyle()
will no longer be used by the Military Symbology module. You should then turn yourILcdMS2525bStyled
implementation into an implementation ofILcdStyledMilitarySymbol
and remove yourgetMS2525bStyle()
method.- Specified by:
getMilitarySymbolStyle
in 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.