Uses of Class
com.luciad.view.labeling.algorithm.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
Modifier and TypeClassDescriptionclass
An obstacle: a location where label placement should be avoided. -
Uses of TLcdLabelObstacle in com.luciad.view.labeling.algorithm
Modifier and TypeMethodDescriptionILcdLabelConflictChecker.getLabelObstacles()
Returns all label obstacles that were added to (and not removed from) this conflict checker.TLcdLabelConflictChecker.getLabelObstacles()
TLcdNoDeclutterLabelConflictChecker.getLabelObstacles()
Modifier and TypeMethodDescriptionvoid
ILcdLabelConflictChecker.addLabelObstacle
(TLcdLabelObstacle aLabelObstacle) Add the given obstacle to this label conflict checker.void
TLcdLabelConflictChecker.addLabelObstacle
(TLcdLabelObstacle aLabelObstacle) void
TLcdNoDeclutterLabelConflictChecker.addLabelObstacle
(TLcdLabelObstacle aLabelObstacle) void
ILcdLabelConflictChecker.removeLabelObstacle
(TLcdLabelObstacle aLabelObstacle) Removes the given obstacle from the conflict checker.void
TLcdLabelConflictChecker.removeLabelObstacle
(TLcdLabelObstacle aLabelObstacle) void
TLcdNoDeclutterLabelConflictChecker.removeLabelObstacle
(TLcdLabelObstacle aLabelObstacle)