Uses of Class
com.luciad.view.lightspeed.style.TLspTextStyle.Builder
Packages that use TLspTextStyle.Builder
-
Uses of TLspTextStyle.Builder in com.luciad.view.lightspeed.style
Classes in com.luciad.view.lightspeed.style with type parameters of type TLspTextStyle.BuilderModifier and TypeClassDescriptionstatic class
TLspTextStyle.Builder<B extends TLspTextStyle.Builder<B>>
Builder for text styles.Methods in com.luciad.view.lightspeed.style that return TLspTextStyle.BuilderModifier and TypeMethodDescriptionTLspTextStyle.asBuilder()
Creates a new builder initialized with all the properties of this style.static TLspTextStyle.Builder
<?> TLspTextStyle.newBuilder()
Creates a new builder with the default values.Constructors in com.luciad.view.lightspeed.style with parameters of type TLspTextStyle.BuilderModifierConstructorDescriptionprotected
TLspTextStyle
(TLspTextStyle.Builder aBuilder) Creates a new text style.