Uses of Interface
com.luciad.view.gxy.ILcdGXYMultiLabelPriorityProvider
Package
Description
Handles the labeling of realtime data for GXY layers.
Handles discrete placements labeling algorithms.
This package contains utility classes that can be used to implement ILcdGXYLabelingAlgorithms.
-
Uses of ILcdGXYMultiLabelPriorityProvider in com.luciad.realtime.gxy.labeling
Modifier and TypeMethodDescriptionTLcdGXYContinuousLabelingAlgorithm.getLabelPriorityProvider()
Returns the label placing priority provider.Modifier and TypeMethodDescriptionvoid
TLcdGXYContinuousLabelingAlgorithm.setLabelPriorityProvider
(ILcdGXYMultiLabelPriorityProvider aLabelPriorityProvider) Sets the label placing priority provider, specifying the priority for individual labels. -
Uses of ILcdGXYMultiLabelPriorityProvider in com.luciad.view.gxy.labeling.algorithm.discrete
Modifier and TypeMethodDescriptionTLcdGXYInPathLabelingAlgorithm.getLabelPriorityProvider()
Returns the label placing priority provider.TLcdGXYLabelPainterLocationLabelingAlgorithm.getLabelPriorityProvider()
Returns the label placing priority provider.TLcdGXYLocationListLabelingAlgorithm.getLabelPriorityProvider()
Returns the label placing priority provider.TLcdGXYOnPathLabelingAlgorithm.getLabelPriorityProvider()
Returns the label placing priority provider.Modifier and TypeMethodDescriptionvoid
TLcdGXYInPathLabelingAlgorithm.setLabelPriorityProvider
(ILcdGXYMultiLabelPriorityProvider aLabelPriorityProvider) Sets the label placing priority provider, specifying the priority for individual labels.void
TLcdGXYLabelPainterLocationLabelingAlgorithm.setLabelPriorityProvider
(ILcdGXYMultiLabelPriorityProvider aLabelPriorityProvider) Sets the label placing priority provider, specifying the priority for individual labels.void
TLcdGXYLocationListLabelingAlgorithm.setLabelPriorityProvider
(ILcdGXYMultiLabelPriorityProvider aLabelPriorityProvider) Sets the label placing priority provider, specifying the priority for individual labels.void
TLcdGXYOnPathLabelingAlgorithm.setLabelPriorityProvider
(ILcdGXYMultiLabelPriorityProvider aLabelPriorityProvider) Sets the label placing priority provider, specifying the priority for individual labels. -
Uses of ILcdGXYMultiLabelPriorityProvider in com.luciad.view.gxy.labeling.util
Modifier and TypeMethodDescriptionstatic void
TLcdGXYCollectedLabelInfoUtil.addPrioritiesDataSFCT
(TLcdCollectedLabelInfoList aLabelInfoListSFCT, ILcdGXYMultiLabelPriorityProvider aPriorityProvider, ILcdGXYView aGXYView) This method adds priority data toTLcdCollectedLabelInfo
objects when it doesn't exist yet.