public class LinkAdjustmentHandle extends AdjustmentHandle
Constructor and Description |
---|
LinkAdjustmentHandle(int pointIndex)
Initializes a new instance of the LinkAdjustmentHandle class.
|
Modifier and Type | Method and Description |
---|---|
int |
getPointIndex()
Gets the index of a link's control point that will be adjusted by this handle.
|
void |
setPointIndex(int pointIndex)
Sets the index of a link's control point that will be adjusted by this handle.
|
public LinkAdjustmentHandle(int pointIndex)
pointIndex
- An integer value specifying the index
of a link's control point that will be adjusted by this handle.public int getPointIndex()
public void setPointIndex(int pointIndex)
pointIndex
- An integer index of modified control point.