Uses of Enum Class
com.luciad.view.gxy.TLcdStrokeLineStyleBuilder.Join
Packages that use TLcdStrokeLineStyleBuilder.Join
Package
Description
Provides two-dimensional views and components supporting the visualization of the former's representation.
-
Uses of TLcdStrokeLineStyleBuilder.Join in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return TLcdStrokeLineStyleBuilder.JoinModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TLcdStrokeLineStyleBuilder.Join[]
TLcdStrokeLineStyleBuilder.Join.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.gxy with parameters of type TLcdStrokeLineStyleBuilder.JoinModifier and TypeMethodDescriptionTLcdStrokeLineStyleBuilder.join
(TLcdStrokeLineStyleBuilder.Join aJoin) Sets how line segments are joined.