Uses of Enum Class
com.luciad.symbology.common.view.TLcdEngagementBarStyle.TargetDesignation
Packages that use TLcdEngagementBarStyle.TargetDesignation
Package
Description
This package contains common classes which are used for the visualization of military symbology.
-
Uses of TLcdEngagementBarStyle.TargetDesignation in com.luciad.symbology.common.view
Methods in com.luciad.symbology.common.view that return TLcdEngagementBarStyle.TargetDesignationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TLcdEngagementBarStyle.TargetDesignation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.symbology.common.view that return types with arguments of type TLcdEngagementBarStyle.TargetDesignationMethods in com.luciad.symbology.common.view with parameters of type TLcdEngagementBarStyle.TargetDesignationModifier and TypeMethodDescriptionTLcdEngagementBarStyle.getTargetDesignationFillColor
(TLcdEngagementBarStyle.TargetDesignation aTargetDesignation) TLcdEngagementBarStyle.Builder.targetDesignation
(TLcdEngagementBarStyle.TargetDesignation aTargetDesignation) Sets theTLcdEngagementBarStyle.TargetDesignation
of the engagement bar.TLcdEngagementBarStyle.Builder.targetDesignationFillColor
(TLcdEngagementBarStyle.TargetDesignation aTargetDesignation, Color aFillColor) Sets the fillColor
to be used when the givenTLcdEngagementBarStyle.TargetDesignation
is set on the engagement bar.