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 TypeMethodDescriptionvoidILspLabelConflictChecker.addObstacle(TLspLabelObstacle aObstacle) Add the given obstacle to this conflict checker.voidTLspLabelConflictChecker.addObstacle(TLspLabelObstacle aLabelObstacle) voidTLspNoDeclutterLabelConflictChecker.addObstacle(TLspLabelObstacle aObstacle) voidILspLabelConflictChecker.removeObstacle(TLspLabelObstacle aObstacle) Removes the given obstacle from the conflict checker.voidTLspLabelConflictChecker.removeObstacle(TLspLabelObstacle aLabelObstacle) voidTLspNoDeclutterLabelConflictChecker.removeObstacle(TLspLabelObstacle aObstacle) Method parameters in com.luciad.view.lightspeed.label with type arguments of type TLspLabelObstacleModifier and TypeMethodDescriptionvoidILspLabelObstacleProvider.getLabelObstacles(ILspView aView, List<TLspLabelObstacle> aObstaclesSFCT) Returns a list of obstacles for the given view.