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. |
Returns: boolean
getArrowheadsLocked
Name | Description |
---|---|
getArrowheadsLocked () | Determines whether a changing arrowheads is forbidden. Read/write boolean. |
Returns: boolean
getAspectRatioLocked
Name | Description |
---|---|
getAspectRatioLocked () | Determines whether a shape have to preserve aspect ratio on resizing. Read/write boolean. |
Returns: boolean
getEditPointsLocked
Name | Description |
---|---|
getEditPointsLocked () | Determines whether a direct changing of contour of this shape is forbidden. Read/write boolean. |
Returns: boolean
getGroupingLocked
Name | Description |
---|---|
getGroupingLocked () | Determines whether an adding this shape to a group is forbidden. Read/write boolean. |
Returns: boolean
getPositionMove
Name | Description |
---|---|
getPositionMove () | Determines whether a moving this shape is forbidden. Read/write boolean. |
Returns: boolean
getRotateLocked
Name | Description |
---|---|
getRotateLocked () | Determines whether a changing rotation angle of this shape is forbidden. Read/write boolean. |
Returns: boolean
getSelectLocked
Name | Description |
---|---|
getSelectLocked () | Determines whether a selecting this shape is forbidden. Read/write boolean. |
Returns: boolean
getShapeTypeLocked
Name | Description |
---|---|
getShapeTypeLocked () | Determines whether a changing of a shape type is forbidden. Read/write boolean. |
Returns: boolean
getSizeLocked
Name | Description |
---|---|
getSizeLocked () | Determines whether a resizing this shape is forbidden. Read/write boolean. |
Returns: boolean
setAdjustHandlesLocked
Name | Description |
---|---|
setAdjustHandlesLocked (boolean) | Determines whether a changing adjust values is forbidden. Read/write boolean. |
Returns: void
setArrowheadsLocked
Name | Description |
---|---|
setArrowheadsLocked (boolean) | Determines whether a changing arrowheads is forbidden. Read/write boolean. |
Returns: void
setAspectRatioLocked
Name | Description |
---|---|
setAspectRatioLocked (boolean) | Determines whether a shape have to preserve aspect ratio on resizing. Read/write boolean. |
Returns: void
setEditPointsLocked
Name | Description |
---|---|
setEditPointsLocked (boolean) | Determines whether a direct changing of contour of this shape is forbidden. Read/write boolean. |
Returns: void
setGroupingLocked
Name | Description |
---|---|
setGroupingLocked (boolean) | Determines whether an adding this shape to a group is forbidden. Read/write boolean. |
Returns: void
setPositionMove
Name | Description |
---|---|
setPositionMove (boolean) | Determines whether a moving this shape is forbidden. Read/write boolean. |
Returns: void
setRotateLocked
Name | Description |
---|---|
setRotateLocked (boolean) | Determines whether a changing rotation angle of this shape is forbidden. Read/write boolean. |
Returns: void
setSelectLocked
Name | Description |
---|---|
setSelectLocked (boolean) | Determines whether a selecting this shape is forbidden. Read/write boolean. |
Returns: void
setShapeTypeLocked
Name | Description |
---|---|
setShapeTypeLocked (boolean) | Determines whether a changing of a shape type is forbidden. Read/write boolean. |
Returns: void
setSizeLocked
Name | Description |
---|---|
setSizeLocked (boolean) | Determines whether a resizing this shape is forbidden. Read/write boolean. |
Returns: void