Uses of Class
com.luciad.view.lightspeed.label.TLspLabelObstacle
Packages that use TLspLabelObstacle
-
Uses of TLspLabelObstacle in com.luciad.view.lightspeed.label
Methods in com.luciad.view.lightspeed.label that return types with arguments of type TLspLabelObstacleModifier and TypeMethodDescriptionILspLabelConflictChecker.getObstacles()
Returns all obstacles that were added to (and not removed from) this conflict checker.TLspLabelConflictChecker.getObstacles()
TLspNoDeclutterLabelConflictChecker.getObstacles()
Methods in com.luciad.view.lightspeed.label with parameters of type TLspLabelObstacleModifier and TypeMethodDescriptionvoid
ILspLabelConflictChecker.addObstacle
(TLspLabelObstacle aObstacle) Add the given obstacle to this conflict checker.void
TLspLabelConflictChecker.addObstacle
(TLspLabelObstacle aLabelObstacle) void
TLspNoDeclutterLabelConflictChecker.addObstacle
(TLspLabelObstacle aObstacle) void
ILspLabelConflictChecker.removeObstacle
(TLspLabelObstacle aObstacle) Removes the given obstacle from the conflict checker.void
TLspLabelConflictChecker.removeObstacle
(TLspLabelObstacle aLabelObstacle) void
TLspNoDeclutterLabelConflictChecker.removeObstacle
(TLspLabelObstacle aObstacle) Method parameters in com.luciad.view.lightspeed.label with type arguments of type TLspLabelObstacleModifier and TypeMethodDescriptionvoid
ILspLabelObstacleProvider.getLabelObstacles
(ILspView aView, List<TLspLabelObstacle> aObstaclesSFCT) Returns a list of obstacles for the given view.