Uses of Interface
com.luciad.view.gxy.labeling.algorithm.ILcdGXYLabelLabelingAlgorithmProvider
Packages that use ILcdGXYLabelLabelingAlgorithmProvider
Package
Description
This package contains classes that can be used to implement labeling in Lucy.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Handles GXY labeling algorithms.
Handles discrete placements labeling algorithms.
-
Uses of ILcdGXYLabelLabelingAlgorithmProvider in com.luciad.lucy.map.labeling
Methods in com.luciad.lucy.map.labeling that return ILcdGXYLabelLabelingAlgorithmProviderModifier and TypeMethodDescriptionTLcyGXYLabelPlacementHint.getLabelingAlgorithmProvider()
Deprecated.label algorithms should be retrieved from the layerConstructors in com.luciad.lucy.map.labeling with parameters of type ILcdGXYLabelLabelingAlgorithmProviderModifierConstructorDescriptionTLcyGXYLabelPlacementHint
(ILcdGXYLabelLabelingAlgorithmProvider<ILcdGXYLabelingAlgorithm> aLabelingAlgorithmProvider, ILcdGXYLabelObstacleProvider aLabelObstacleProvider, String aLabelPlacementGroup) Deprecated.use the constructor without the label algorithm provider -
Uses of ILcdGXYLabelLabelingAlgorithmProvider in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return ILcdGXYLabelLabelingAlgorithmProviderModifier and TypeMethodDescriptionTLcdGXYLayer.getGXYLabelingAlgorithmProvider()
Returns the current labeling algorithm provider responsible for determining the position of the labels.Methods in com.luciad.view.gxy with parameters of type ILcdGXYLabelLabelingAlgorithmProviderModifier and TypeMethodDescriptionvoid
TLcdGXYLayer.setGXYLabelingAlgorithmProvider
(ILcdGXYLabelLabelingAlgorithmProvider aGXYLabelingAlgorithmProvider) Configures the given labeling algorithm provider responsible for determining the position of the labels. -
Uses of ILcdGXYLabelLabelingAlgorithmProvider in com.luciad.view.gxy.labeling.algorithm
Methods in com.luciad.view.gxy.labeling.algorithm that return ILcdGXYLabelLabelingAlgorithmProviderModifier and TypeMethodDescriptionTLcdGXYCompositeLabelingAlgorithm.getLabelingAlgorithmProvider()
Returns the used labeling algorithm provider.Constructors in com.luciad.view.gxy.labeling.algorithm with parameters of type ILcdGXYLabelLabelingAlgorithmProviderModifierConstructorDescriptionTLcdGXYCompositeLabelingAlgorithm
(ILcdGXYLabelLabelingAlgorithmProvider<? extends ILcdGXYLabelingAlgorithm> aAlgorithmProvider) Creates a composite labeling algorithm that uses the givenILcdGXYLabelLabelingAlgorithmProvider
to assign labeling algorithms to labels. -
Uses of ILcdGXYLabelLabelingAlgorithmProvider in com.luciad.view.gxy.labeling.algorithm.discrete
Methods in com.luciad.view.gxy.labeling.algorithm.discrete that return ILcdGXYLabelLabelingAlgorithmProviderModifier and TypeMethodDescriptionTLcdGXYCompositeDiscretePlacementsLabelingAlgorithm.getLabelingAlgorithmProvider()
Returns the used labeling algorithm provider.Constructors in com.luciad.view.gxy.labeling.algorithm.discrete with parameters of type ILcdGXYLabelLabelingAlgorithmProviderModifierConstructorDescriptionTLcdGXYCompositeDiscretePlacementsLabelingAlgorithm
(ILcdGXYLabelLabelingAlgorithmProvider<? extends ALcdGXYDiscretePlacementsLabelingAlgorithm> aAlgorithmProvider) Creates a newTLcdGXYCompositeDiscretePlacementsLabelingAlgorithm
using the given labeling algorithm provider.