Uses of Enum Class
com.luciad.view.gxy.labeling.algorithm.discrete.TLcdGXYLocationListLabelingAlgorithm.Location
Packages that use TLcdGXYLocationListLabelingAlgorithm.Location
Package
Description
Handles discrete placements labeling algorithms.
-
Uses of TLcdGXYLocationListLabelingAlgorithm.Location in com.luciad.view.gxy.labeling.algorithm.discrete
Methods in com.luciad.view.gxy.labeling.algorithm.discrete that return TLcdGXYLocationListLabelingAlgorithm.LocationModifier and TypeMethodDescriptionTLcdGXYLocationListLabelingAlgorithm.getLocationList()
Returns the list of possible locations to place the labels.Returns the enum constant of this class with the specified name.TLcdGXYLocationListLabelingAlgorithm.Location.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.gxy.labeling.algorithm.discrete with parameters of type TLcdGXYLocationListLabelingAlgorithm.LocationModifier and TypeMethodDescriptionvoid
TLcdGXYLocationListLabelingAlgorithm.setLocationList
(TLcdGXYLocationListLabelingAlgorithm.Location[] aLocationList) Sets a new location list.