Uses of Class
com.luciad.view.labeling.algorithm.TLcdLabelObstacle
Packages that use TLcdLabelObstacle
Package
Description
Provides two-dimensional views and components supporting the visualization of the former's representation.
This package contains the core classes that can be used to create labeling algorithms.
-
Uses of TLcdLabelObstacle in com.luciad.view.gxy
Subclasses of TLcdLabelObstacle in com.luciad.view.gxyModifier and TypeClassDescriptionclassAn obstacle: a location where label placement should be avoided. -
Uses of TLcdLabelObstacle in com.luciad.view.labeling.algorithm
Methods in com.luciad.view.labeling.algorithm that return types with arguments of type TLcdLabelObstacleModifier and TypeMethodDescriptionILcdLabelConflictChecker.getLabelObstacles()Returns all label obstacles that were added to (and not removed from) this conflict checker.TLcdLabelConflictChecker.getLabelObstacles()TLcdNoDeclutterLabelConflictChecker.getLabelObstacles()Methods in com.luciad.view.labeling.algorithm with parameters of type TLcdLabelObstacleModifier and TypeMethodDescriptionvoidILcdLabelConflictChecker.addLabelObstacle(TLcdLabelObstacle aLabelObstacle) Add the given obstacle to this label conflict checker.voidTLcdLabelConflictChecker.addLabelObstacle(TLcdLabelObstacle aLabelObstacle) voidTLcdNoDeclutterLabelConflictChecker.addLabelObstacle(TLcdLabelObstacle aLabelObstacle) voidILcdLabelConflictChecker.removeLabelObstacle(TLcdLabelObstacle aLabelObstacle) Removes the given obstacle from the conflict checker.voidTLcdLabelConflictChecker.removeLabelObstacle(TLcdLabelObstacle aLabelObstacle) voidTLcdNoDeclutterLabelConflictChecker.removeLabelObstacle(TLcdLabelObstacle aLabelObstacle)