Uses of Enum Class
com.luciad.view.lightspeed.label.algorithm.discrete.TLspOnPathLabelingAlgorithm.Alignment
Packages that use TLspOnPathLabelingAlgorithm.Alignment
Package
Description
Handles discrete labeling algorithms.
-
Uses of TLspOnPathLabelingAlgorithm.Alignment in com.luciad.view.lightspeed.label.algorithm.discrete
Methods in com.luciad.view.lightspeed.label.algorithm.discrete that return TLspOnPathLabelingAlgorithm.AlignmentModifier and TypeMethodDescriptionTLspOnPathLabelingAlgorithm.getAlignmentMode()
Returns the alignment used for the placed labels.Returns the enum constant of this class with the specified name.TLspOnPathLabelingAlgorithm.Alignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.lightspeed.label.algorithm.discrete with parameters of type TLspOnPathLabelingAlgorithm.AlignmentModifier and TypeMethodDescriptionvoid
TLspOnPathLabelingAlgorithm.setAlignmentMode
(TLspOnPathLabelingAlgorithm.Alignment aAlignmentMode) Sets the alignment for the placed labels.