Uses of Class
com.luciad.view.lightspeed.style.styler.TLspLabelStyler.Builder
Packages that use TLspLabelStyler.Builder
Package
Description
This package defines all interfaces and abstract base classes related to
ILspStyler.-
Uses of TLspLabelStyler.Builder in com.luciad.view.lightspeed.style.styler
Methods in com.luciad.view.lightspeed.style.styler that return TLspLabelStyler.BuilderModifier and TypeMethodDescriptionTLspLabelStyler.Builder.algorithm(ILspLabelingAlgorithm aAlgorithm) Specifies the labeling algorithm to be used for the label(s).TLspLabelStyler.Builder.algorithm(ILspLabelingAlgorithmProvider aAlgorithmProvider) Specifies the labeling algorithm provider to be used for the label(s).TLspLabelStyler.Builder.all(TLspLabelStyler aLabelStyler) Copies all properties from the given styler.TLspLabelStyler.asBuilder()Creates a new builder initialized with all the properties of this styler.TLspLabelStyler.Builder.customizableStyles(TLspCustomizableStyle... aStyles) Specifies a list of styles to be applied to all objects.Specifies the declutter group the label(s) should be in.TLspLabelStyler.Builder.locations(int aShift, TLspLabelLocationProvider.Location... aLocations) Specifies a set of fixed locations to be used for the label(s).TLspLabelStyler.Builder.locations(TLspLabelLocationProvider.Location... aLocations) Specifies a set of fixed locations to be used for the label(s).static TLspLabelStyler.BuilderTLspLabelStyler.newBuilder()Creates a new builder with the default values: No styles Default declutter group (DEFAULT_DECLUTTER_GROUP) Default labeling algorithm Default priorities, which isInteger.MAX_VALUE, lowest priorityTLspLabelStyler.Builder.priority(int aPriority) Specifies a fixed priority for the label(s).TLspLabelStyler.Builder.priority(ILspLabelPriorityProvider aPriorityProvider) Specifies a priority provider for the label(s).TLspLabelStyler.Builder.styler(ILspStyler aDelegateStyler) Sets a delegate styler.Specifies a list of styles to be applied to all objects.