Uses of Enum Class
com.luciad.realtime.gxy.labeling.TLcdGXYContinuousLabelingAlgorithm.LabelMovementBehavior
Packages that use TLcdGXYContinuousLabelingAlgorithm.LabelMovementBehavior
Package
Description
Handles the labeling of realtime data for GXY layers.
-
Uses of TLcdGXYContinuousLabelingAlgorithm.LabelMovementBehavior in com.luciad.realtime.gxy.labeling
Methods in com.luciad.realtime.gxy.labeling that return TLcdGXYContinuousLabelingAlgorithm.LabelMovementBehaviorModifier and TypeMethodDescriptionTLcdGXYContinuousLabelingAlgorithm.getLabelMovementBehavior()
Indicates when labels are moved.Returns the enum constant of this class with the specified name.TLcdGXYContinuousLabelingAlgorithm.LabelMovementBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.realtime.gxy.labeling with parameters of type TLcdGXYContinuousLabelingAlgorithm.LabelMovementBehaviorModifier and TypeMethodDescriptionvoid
TLcdGXYContinuousLabelingAlgorithm.setLabelMovementBehavior
(TLcdGXYContinuousLabelingAlgorithm.LabelMovementBehavior aBehavior) Indicate when labels should be moved.