Uses of Enum Class
com.luciad.view.lightspeed.style.TLspLineStyle.BlendOverlapMode
Packages that use TLspLineStyle.BlendOverlapMode
-
Uses of TLspLineStyle.BlendOverlapMode in com.luciad.view.lightspeed.style
Methods in com.luciad.view.lightspeed.style that return TLspLineStyle.BlendOverlapModeModifier and TypeMethodDescriptionTLspLineStyle.getBlendOverlap()
Determines whether different lines that are painted with the same style and that cover the same pixels are blended together or not.Returns the enum constant of this class with the specified name.static TLspLineStyle.BlendOverlapMode[]
TLspLineStyle.BlendOverlapMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.lightspeed.style with parameters of type TLspLineStyle.BlendOverlapModeModifier and TypeMethodDescriptionTLspLineStyle.Builder.blendOverlap
(TLspLineStyle.BlendOverlapMode aBlendOverlap) Sets whether different lines that are painted with the same style and that cover the same pixels are blended together or not.