Uses of Class
com.luciad.symbology.common.view.TLcdEngagementBarStyle.Builder
Packages that use TLcdEngagementBarStyle.Builder
Package
Description
This package contains common classes which are used for the visualization of military symbology.
-
Uses of TLcdEngagementBarStyle.Builder in com.luciad.symbology.common.view
Methods in com.luciad.symbology.common.view that return TLcdEngagementBarStyle.BuilderModifier and TypeMethodDescriptionTLcdEngagementBarStyle.asBuilder()
Sets theFont
width of the engagement bar.Sets the fontColor
of the engagement bar.TLcdEngagementBarStyle.Builder.fontScalingEnabled
(boolean aFontScalingEnabled) Sets wether or not font is scaled along with the size of the symbols.TLcdEngagementBarStyle.Builder.forcedFillColor
(Color aForcedFillColor) Sets the forced fillColor
of the engagement bar.TLcdEngagementBarStyle.Builder.frameColor
(Color aFrameColor) Sets the frameColor
of the engagement bar.TLcdEngagementBarStyle.Builder.frameWidth
(int aFrameWidth) Sets the frame width of the engagement bar.TLcdEngagementBarStyle.newBuilder()
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.