Uses of Enum Class
com.luciad.view.gxy.labeling.algorithm.discrete.TLcdGXYOnPathLabelingAlgorithm.AlignmentMode
Packages that use TLcdGXYOnPathLabelingAlgorithm.AlignmentMode
Package
Description
Handles discrete placements labeling algorithms.
-
Uses of TLcdGXYOnPathLabelingAlgorithm.AlignmentMode in com.luciad.view.gxy.labeling.algorithm.discrete
Methods in com.luciad.view.gxy.labeling.algorithm.discrete that return TLcdGXYOnPathLabelingAlgorithm.AlignmentModeModifier and TypeMethodDescriptionTLcdGXYOnPathLabelingAlgorithm.getAlignmentMode()
Returns the alignment used for the placed labels.Returns the enum constant of this class with the specified name.TLcdGXYOnPathLabelingAlgorithm.AlignmentMode.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 TLcdGXYOnPathLabelingAlgorithm.AlignmentModeModifier and TypeMethodDescriptionvoid
TLcdGXYOnPathLabelingAlgorithm.setAlignmentMode
(TLcdGXYOnPathLabelingAlgorithm.AlignmentMode aAlignmentMode) Sets the alignment for the placed labels.