Uses of Interface
com.luciad.view.gxy.ILcdGXYLabelObstacleProvider
Packages that use ILcdGXYLabelObstacleProvider
Package
Description
This package contains classes that can be used to implement labeling in Lucy.
Handles simulation of dynamic data.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Handles GXY view label placers and GXY labeling algorithms.
-
Uses of ILcdGXYLabelObstacleProvider in com.luciad.lucy.map.labeling
Methods in com.luciad.lucy.map.labeling that return ILcdGXYLabelObstacleProviderModifier and TypeMethodDescriptionTLcyGXYLabelPlacementHint.getLabelObstacleProvider()Returns the label obstacle provider.Constructors in com.luciad.lucy.map.labeling with parameters of type ILcdGXYLabelObstacleProviderModifierConstructorDescriptionTLcyGXYLabelPlacementHint(ILcdGXYLabelObstacleProvider aLabelObstacleProvider, String aLabelPlacementGroup) Creates a new label placement hint with the given parameters.TLcyGXYLabelPlacementHint(ILcdGXYLabelLabelingAlgorithmProvider<ILcdGXYLabelingAlgorithm> aLabelingAlgorithmProvider, ILcdGXYLabelObstacleProvider aLabelObstacleProvider, String aLabelPlacementGroup) Deprecated.use the constructor without the label algorithm provider -
Uses of ILcdGXYLabelObstacleProvider in com.luciad.realtime
Methods in com.luciad.realtime that return ILcdGXYLabelObstacleProviderModifier and TypeMethodDescriptionTLcdContinuousDeclutteringLabelPainter.getLabelObstacleProviders()Deprecated.Returns the list of registeredILcdGXYLabelObstacleProviders.Methods in com.luciad.realtime with parameters of type ILcdGXYLabelObstacleProviderModifier and TypeMethodDescriptionvoidTLcdContinuousDeclutteringLabelPainter.addLabelObstacleProvider(ILcdGXYLabelObstacleProvider aObstacleProvider) Deprecated.Adds the givenILcdGXYLabelObstacleProvider.voidTLcdContinuousDeclutteringLabelPainter.removeLabelObstacleProvider(ILcdGXYLabelObstacleProvider aObstacleProvider) Deprecated.Removes the givenILcdGXYLabelObstacleProvider. -
Uses of ILcdGXYLabelObstacleProvider in com.luciad.view.gxy
Classes in com.luciad.view.gxy that implement ILcdGXYLabelObstacleProviderModifier and TypeClassDescriptionclassComposite implementation of theILcdGXYLabelObstacleProviderinterface.Methods in com.luciad.view.gxy that return types with arguments of type ILcdGXYLabelObstacleProviderModifier and TypeMethodDescriptionTLcdGXYCompositeLabelObstacleProvider.getLabelObstacleProviders()Returns the list of delegate label obstacle providers.Methods in com.luciad.view.gxy with parameters of type ILcdGXYLabelObstacleProviderModifier and TypeMethodDescriptionvoidTLcdGXYCompositeLabelObstacleProvider.addGXYLabelObstacleProvider(ILcdGXYLabelObstacleProvider aLabelObstacleProvider) Adds the given label obstacle provider to the list of delegate label obstacle providers.booleanTLcdGXYCompositeLabelObstacleProvider.removeGXYLabelObstacleProvider(ILcdGXYLabelObstacleProvider aLabelObstacleProvider) Removes the given label obstacle provider from the list of delegate label obstacle providers. -
Uses of ILcdGXYLabelObstacleProvider in com.luciad.view.gxy.labeling
Methods in com.luciad.view.gxy.labeling that return ILcdGXYLabelObstacleProviderModifier and TypeMethodDescriptionTLcdGXYAsynchronousLabelPlacer.getLabelObstacleProvider()Returns the usedILcdGXYLabelObstacleProvider.TLcdGXYLabelPlacer.getLabelObstacleProvider()Returns the usedILcdGXYLabelObstacleProvider.Methods in com.luciad.view.gxy.labeling with parameters of type ILcdGXYLabelObstacleProviderModifier and TypeMethodDescriptionvoidTLcdGXYAsynchronousLabelPlacer.setLabelObstacleProvider(ILcdGXYLabelObstacleProvider aLabelObstacleProvider) Sets the used label obstacle provider.voidTLcdGXYLabelPlacer.setLabelObstacleProvider(ILcdGXYLabelObstacleProvider aLabelObstacleProvider) Sets the used label obstacle provider.