Uses of Interface
com.luciad.view.lightspeed.label.algorithm.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
Modifier and TypeMethodDescriptionTLspCompositeLabelingAlgorithm.getAlgorithmProvider()
Returns the used labeling algorithm provider.ModifierConstructorDescriptionTLspCompositeLabelingAlgorithm
(ILspLabelingAlgorithmProvider<ILspLabelingAlgorithm> aAlgorithmProvider) Creates a composite labeling algorithm that uses the givenILspLabelingAlgorithmProvider
to assign algorithms to labels. -
Uses of ILspLabelingAlgorithmProvider in com.luciad.view.lightspeed.label.algorithm.discrete
Modifier and TypeMethodDescriptionTLspCompositeDiscreteLabelingAlgorithm.getAlgorithmProvider()
Returns the used labeling algorithm provider.ModifierConstructorDescriptionTLspCompositeDiscreteLabelingAlgorithm
(ILspLabelingAlgorithmProvider<? extends ALspDiscreteLabelingAlgorithm> aAlgorithmProvider) Creates a newTLspCompositeDiscreteLabelingAlgorithm
using the given algorithm provider. -
Uses of ILspLabelingAlgorithmProvider in com.luciad.view.lightspeed.style.styler
Modifier and TypeMethodDescriptionprotected ILspLabelingAlgorithmProvider
ALspLabelStyleCollector.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).Modifier 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).void
TLspLabelStyler.setAlgorithmProvider
(ILspLabelingAlgorithmProvider aAlgorithmProvider) Specifies the labeling algorithm provider to be used for the label(s).