Uses of Interface
com.luciad.view.gxy.labeling.algorithm.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
Modifier and TypeMethodDescriptionTLcyGXYLabelPlacementHint.getLabelingAlgorithmProvider()
Deprecated.label algorithms should be retrieved from the layerModifierConstructorDescriptionTLcyGXYLabelPlacementHint
(ILcdGXYLabelLabelingAlgorithmProvider<ILcdGXYLabelingAlgorithm> aLabelingAlgorithmProvider, ILcdGXYLabelObstacleProvider aLabelObstacleProvider, String aLabelPlacementGroup) Deprecated.use the constructor without the label algorithm provider -
Uses of ILcdGXYLabelLabelingAlgorithmProvider in com.luciad.view.gxy
Modifier and TypeMethodDescriptionTLcdGXYLayer.getGXYLabelingAlgorithmProvider()
Returns the current labeling algorithm provider responsible for determining the position of the labels.Modifier 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
Modifier and TypeMethodDescriptionTLcdGXYCompositeLabelingAlgorithm.getLabelingAlgorithmProvider()
Returns the used labeling algorithm provider.ModifierConstructorDescriptionTLcdGXYCompositeLabelingAlgorithm
(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
Modifier and TypeMethodDescriptionTLcdGXYCompositeDiscretePlacementsLabelingAlgorithm.getLabelingAlgorithmProvider()
Returns the used labeling algorithm provider.ModifierConstructorDescriptionTLcdGXYCompositeDiscretePlacementsLabelingAlgorithm
(ILcdGXYLabelLabelingAlgorithmProvider<? extends ALcdGXYDiscretePlacementsLabelingAlgorithm> aAlgorithmProvider) Creates a newTLcdGXYCompositeDiscretePlacementsLabelingAlgorithm
using the given labeling algorithm provider.