public class NodeAdjustmentHandle extends AdjustmentHandle
Constructor and Description |
---|
NodeAdjustmentHandle(NodeHandleType handleType)
Initializes a new instance of the NodeAdjustmentHandle class.
|
Modifier and Type | Method and Description |
---|---|
NodeHandleType |
getHandleType()
Gets the type of this adjustment handle.
|
void |
setHandleType(NodeHandleType handleType)
Sets the type of this adjustment handle.
|
public NodeAdjustmentHandle(NodeHandleType handleType)
handleType
- A member of the NodeHandleType
enumeration identifying the handle type.public NodeHandleType getHandleType()
NodeHandleType
enumeration.public void setHandleType(NodeHandleType handleType)
handleType
- A member of the NodeHandleType
enumeration.