Uses of Interface
com.luciad.view.lightspeed.label.algorithm.ILspLabelingAlgorithmProvider
Packages that use ILspLabelingAlgorithmProvider
Package
Description
Handles labeling algorithms.
Handles discrete labeling algorithms.
This package defines all interfaces and abstract base classes related to
ILspStyler.-
Uses of ILspLabelingAlgorithmProvider in com.luciad.view.lightspeed.label.algorithm
Methods in com.luciad.view.lightspeed.label.algorithm that return ILspLabelingAlgorithmProviderModifier and TypeMethodDescriptionTLspCompositeLabelingAlgorithm.getAlgorithmProvider()Returns the used labeling algorithm provider.Constructors in com.luciad.view.lightspeed.label.algorithm with parameters of type ILspLabelingAlgorithmProviderModifierConstructorDescriptionTLspCompositeLabelingAlgorithm(ILspLabelingAlgorithmProvider<ILspLabelingAlgorithm> aAlgorithmProvider) Creates a composite labeling algorithm that uses the givenILspLabelingAlgorithmProviderto assign algorithms to labels. -
Uses of ILspLabelingAlgorithmProvider in com.luciad.view.lightspeed.label.algorithm.discrete
Methods in com.luciad.view.lightspeed.label.algorithm.discrete that return ILspLabelingAlgorithmProviderModifier and TypeMethodDescriptionTLspCompositeDiscreteLabelingAlgorithm.getAlgorithmProvider()Returns the used labeling algorithm provider.Constructors in com.luciad.view.lightspeed.label.algorithm.discrete with parameters of type ILspLabelingAlgorithmProviderModifierConstructorDescriptionTLspCompositeDiscreteLabelingAlgorithm(ILspLabelingAlgorithmProvider<? extends ALspDiscreteLabelingAlgorithm> aAlgorithmProvider) Creates a newTLspCompositeDiscreteLabelingAlgorithmusing the given algorithm provider. -
Uses of ILspLabelingAlgorithmProvider in com.luciad.view.lightspeed.style.styler
Methods in com.luciad.view.lightspeed.style.styler that return ILspLabelingAlgorithmProviderModifier and TypeMethodDescriptionprotected ILspLabelingAlgorithmProviderALspLabelStyleCollector.getAlgorithmProvider()Returns the labeling algorithm provider that can be used for the labels part of thisALspLabelStyleCollector.submit()call.ALspLabelStyleCollectorWrapper.getAlgorithmProvider()TLspLabelStyler.getAlgorithmProvider()Returns the labeling algorithm provider to be used for the label(s).Methods in com.luciad.view.lightspeed.style.styler with parameters of type ILspLabelingAlgorithmProviderModifier and TypeMethodDescriptionALspLabelStyleCollector.algorithm(ILspLabelingAlgorithmProvider aAlgorithmProvider) Specifies the labeling algorithm provider to be used for the label(s) part of thisALspLabelStyleCollector.submit()call.ALspLabelStyleCollectorWrapper.algorithm(ILspLabelingAlgorithmProvider aAlgorithmProvider) TLspLabelStyler.Builder.algorithm(ILspLabelingAlgorithmProvider aAlgorithmProvider) Specifies the labeling algorithm provider to be used for the label(s).voidTLspLabelStyler.setAlgorithmProvider(ILspLabelingAlgorithmProvider aAlgorithmProvider) Specifies the labeling algorithm provider to be used for the label(s).