Uses of Enum Class
com.luciad.view.lightspeed.editor.operation.TLspMoveDescriptor.Constraints
Packages that use TLspMoveDescriptor.Constraints
Package
Description
Classes that describe edit handle results and edit operations.
-
Uses of TLspMoveDescriptor.Constraints in com.luciad.view.lightspeed.editor.operation
Methods in com.luciad.view.lightspeed.editor.operation that return TLspMoveDescriptor.ConstraintsModifier and TypeMethodDescriptionTLspMoveDescriptor.getConstraints()
Returns the constraints of thisTLspMoveDescriptor
Returns the enum constant of this class with the specified name.static TLspMoveDescriptor.Constraints[]
TLspMoveDescriptor.Constraints.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.luciad.view.lightspeed.editor.operation with parameters of type TLspMoveDescriptor.ConstraintsModifierConstructorDescriptionTLspMoveDescriptor
(TLspMoveDescriptor.Constraints aConstraints, ILcdModelReference aModelReference, ILcdPoint aStartPoint, ILcdPoint aTargetPoint) Creates a new Constrained move from start to target point