Uses of Class
com.luciad.view.lightspeed.painter.label.style.TLspDataObjectLabelTextProviderStyle.Builder
Packages that use TLspDataObjectLabelTextProviderStyle.Builder
Package
Description
Contains style related classes that are used by the label painter.
-
Uses of TLspDataObjectLabelTextProviderStyle.Builder in com.luciad.view.lightspeed.painter.label.style
Classes in com.luciad.view.lightspeed.painter.label.style with type parameters of type TLspDataObjectLabelTextProviderStyle.BuilderModifier and TypeClassDescriptionstatic class
TLspDataObjectLabelTextProviderStyle.Builder<B extends TLspDataObjectLabelTextProviderStyle.Builder<B>>
Builder for data object text provider using expressions.Methods in com.luciad.view.lightspeed.painter.label.style that return TLspDataObjectLabelTextProviderStyle.BuilderModifier and TypeMethodDescriptionTLspDataObjectLabelTextProviderStyle.asBuilder()
Creates a new builder initialized with all the properties of this style.TLspDataObjectLabelTextProviderStyle.newBuilder()
Creates a new builder with the default values.Constructors in com.luciad.view.lightspeed.painter.label.style with parameters of type TLspDataObjectLabelTextProviderStyle.BuilderModifierConstructorDescriptionprotected
Creates a newTLspDataObjectLabelTextProviderStyle
based on the provided builder.