Uses of Interface
com.luciad.view.lightspeed.label.ILspLabelPriorityProvider
Packages that use ILspLabelPriorityProvider
Package
Description
This package defines all interfaces and abstract base classes related to
ILspStyler.-
Uses of ILspLabelPriorityProvider in com.luciad.view.lightspeed.style.styler
Methods in com.luciad.view.lightspeed.style.styler that return ILspLabelPriorityProviderModifier and TypeMethodDescriptionprotected ILspLabelPriorityProviderALspLabelStyleCollector.getPriorityProvider()Returns the priority provider that can be used to query the priority of the labels part of thisALspLabelStyleCollector.submit()call.ALspLabelStyleCollectorWrapper.getPriorityProvider()TLspLabelStyler.getPriorityProvider()Returns the priority provider for the label(s).Methods in com.luciad.view.lightspeed.style.styler with parameters of type ILspLabelPriorityProviderModifier and TypeMethodDescriptionALspLabelStyleCollector.priority(ILspLabelPriorityProvider aPriorityProvider) Specifies a priority provider for the label(s) part of thisALspLabelStyleCollector.submit()call.ALspLabelStyleCollectorWrapper.priority(ILspLabelPriorityProvider aPriorityProvider) TLspLabelStyler.Builder.priority(ILspLabelPriorityProvider aPriorityProvider) Specifies a priority provider for the label(s).voidTLspLabelStyler.setPriorityProvider(ILspLabelPriorityProvider aPriorityProvider) Specifies a priority provider for the label(s).