Uses of Enum Class
com.luciad.view.lightspeed.style.TLspTextStyle.Alignment
Packages that use TLspTextStyle.Alignment
-
Uses of TLspTextStyle.Alignment in com.luciad.view.lightspeed.style
Methods in com.luciad.view.lightspeed.style that return TLspTextStyle.AlignmentModifier and TypeMethodDescriptionTLspTextStyle.getAlignment()Specifies how text over multiple lines should be aligned.static TLspTextStyle.AlignmentReturns the enum constant of this class with the specified name.static TLspTextStyle.Alignment[]TLspTextStyle.Alignment.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 TLspTextStyle.AlignmentModifier and TypeMethodDescriptionTLspTextStyle.Builder.alignment(TLspTextStyle.Alignment aAlignment) Specifies how text over multiple lines should be aligned.