ConnectorLock
ConnectorLock class
Determines which operations are disabled on the parent Connector.
getAdjustHandlesLocked
| Name | Description |
|---|
| getAdjustHandlesLocked() | Determines whether a changing adjust values is forbidden. Read/write boolean. |
Result:
boolean
getArrowheadsLocked
| Name | Description |
|---|
| getArrowheadsLocked() | Determines whether a changing arrowheads is forbidden. Read/write boolean. |
Result:
boolean
getAspectRatioLocked
| Name | Description |
|---|
| getAspectRatioLocked() | Determines whether a shape have to preserve aspect ratio on resizing. Read/write boolean. |
Result:
boolean
getEditPointsLocked
| Name | Description |
|---|
| getEditPointsLocked() | Determines whether a direct changing of contour of this shape is forbidden. Read/write boolean. |
Result:
boolean
getGroupingLocked
| Name | Description |
|---|
| getGroupingLocked() | Determines whether an adding this shape to a group is forbidden. Read/write boolean. |
Result:
boolean
getNoLocks
| Name | Description |
|---|
| getNoLocks() | Return true if all lock-flags are disabled. Read-only boolean. |
Result:
boolean
getPositionMove
| Name | Description |
|---|
| getPositionMove() | Determines whether a moving this shape is forbidden. Read/write boolean. |
Result:
boolean
getRotateLocked
| Name | Description |
|---|
| getRotateLocked() | Determines whether a changing rotation angle of this shape is forbidden. Read/write boolean. |
Result:
boolean
getSelectLocked
| Name | Description |
|---|
| getSelectLocked() | Determines whether a selecting this shape is forbidden. Read/write boolean. |
Result:
boolean
getShapeTypeLocked
| Name | Description |
|---|
| getShapeTypeLocked() | Determines whether a changing of a shape type is forbidden. Read/write boolean. |
Result:
boolean
getSizeLocked
| Name | Description |
|---|
| getSizeLocked() | Determines whether a resizing this shape is forbidden. Read/write boolean. |
Result:
boolean
setAdjustHandlesLocked
| Name | Description |
|---|
| setAdjustHandlesLocked(boolean) | Determines whether a changing adjust values is forbidden. Read/write boolean. |
setArrowheadsLocked
| Name | Description |
|---|
| setArrowheadsLocked(boolean) | Determines whether a changing arrowheads is forbidden. Read/write boolean. |
setAspectRatioLocked
| Name | Description |
|---|
| setAspectRatioLocked(boolean) | Determines whether a shape have to preserve aspect ratio on resizing. Read/write boolean. |
setEditPointsLocked
| Name | Description |
|---|
| setEditPointsLocked(boolean) | Determines whether a direct changing of contour of this shape is forbidden. Read/write boolean. |
setGroupingLocked
| Name | Description |
|---|
| setGroupingLocked(boolean) | Determines whether an adding this shape to a group is forbidden. Read/write boolean. |
setPositionMove
| Name | Description |
|---|
| setPositionMove(boolean) | Determines whether a moving this shape is forbidden. Read/write boolean. |
setRotateLocked
| Name | Description |
|---|
| setRotateLocked(boolean) | Determines whether a changing rotation angle of this shape is forbidden. Read/write boolean. |
setSelectLocked
| Name | Description |
|---|
| setSelectLocked(boolean) | Determines whether a selecting this shape is forbidden. Read/write boolean. |
setShapeTypeLocked
| Name | Description |
|---|
| setShapeTypeLocked(boolean) | Determines whether a changing of a shape type is forbidden. Read/write boolean. |
setSizeLocked
| Name | Description |
|---|
| setSizeLocked(boolean) | Determines whether a resizing this shape is forbidden. Read/write boolean. |