Uses of Interface
com.luciad.view.gxy.ILcdGXYMultiLabelPriorityProvider
Packages that use 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
Methods in com.luciad.realtime.gxy.labeling that return ILcdGXYMultiLabelPriorityProviderModifier and TypeMethodDescriptionTLcdGXYContinuousLabelingAlgorithm.getLabelPriorityProvider()
Returns the label placing priority provider.Methods in com.luciad.realtime.gxy.labeling with parameters of type ILcdGXYMultiLabelPriorityProviderModifier 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
Methods in com.luciad.view.gxy.labeling.algorithm.discrete that return ILcdGXYMultiLabelPriorityProviderModifier 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.Methods in com.luciad.view.gxy.labeling.algorithm.discrete with parameters of type ILcdGXYMultiLabelPriorityProviderModifier 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
Methods in com.luciad.view.gxy.labeling.util with parameters of type ILcdGXYMultiLabelPriorityProviderModifier and TypeMethodDescriptionstatic void
TLcdGXYCollectedLabelInfoUtil.addPrioritiesDataSFCT
(TLcdCollectedLabelInfoList aLabelInfoListSFCT, ILcdGXYMultiLabelPriorityProvider aPriorityProvider, ILcdGXYView aGXYView) This method adds priority data toTLcdCollectedLabelInfo
objects when it doesn't exist yet.