Uses of Enum Class
com.luciad.view.labeling.algorithm.discrete.ILcdLabelPlacementEvaluator.PlacementResult
Package
Description
This package contains classes that can be used for discrete label placement.
-
Uses of ILcdLabelPlacementEvaluator.PlacementResult in com.luciad.view.labeling.algorithm.discrete
Modifier and TypeMethodDescriptionILcdLabelPlacementEvaluator.evaluatePlacement
(TLcdLabelPlacement aLabelPlacement, ILcdLabelConflictChecker.Conflict aConflict, List<TLcdLabelPlacement> aPlacedLabels) This method evaluates the given label placement and returns aPlacementResult
to denote if the placement can be used for its label or not.Returns the enum constant of this class with the specified name.ILcdLabelPlacementEvaluator.PlacementResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.