public class ConnectorLock extends BaseShapeLock implements IConnectorLock
Determines which operations are disabled on the parent Connector.
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAdjustHandlesLocked()
Determines whether a changing adjust values is forbidden.
|
boolean |
getArrowheadsLocked()
Determines whether a changing arrowheads is forbidden.
|
boolean |
getAspectRatioLocked()
Determines whether a shape have to preserve aspect ratio on resizing.
|
boolean |
getEditPointsLocked()
Determines whether a direct changing of contour of this shape is forbidden.
|
boolean |
getGroupingLocked()
Determines whether an adding this shape to a group is forbidden.
|
boolean |
getPositionMove()
Determines whether a moving this shape is forbidden.
|
boolean |
getRotateLocked()
Determines whether a changing rotation angle of this shape is forbidden.
|
boolean |
getSelectLocked()
Determines whether a selecting this shape is forbidden.
|
boolean |
getShapeTypeLocked()
Determines whether a changing of a shape type is forbidden.
|
boolean |
getSizeLocked()
Determines whether a resizing this shape is forbidden.
|
void |
setAdjustHandlesLocked(boolean value)
Determines whether a changing adjust values is forbidden.
|
void |
setArrowheadsLocked(boolean value)
Determines whether a changing arrowheads is forbidden.
|
void |
setAspectRatioLocked(boolean value)
Determines whether a shape have to preserve aspect ratio on resizing.
|
void |
setEditPointsLocked(boolean value)
Determines whether a direct changing of contour of this shape is forbidden.
|
void |
setGroupingLocked(boolean value)
Determines whether an adding this shape to a group is forbidden.
|
void |
setPositionMove(boolean value)
Determines whether a moving this shape is forbidden.
|
void |
setRotateLocked(boolean value)
Determines whether a changing rotation angle of this shape is forbidden.
|
void |
setSelectLocked(boolean value)
Determines whether a selecting this shape is forbidden.
|
void |
setShapeTypeLocked(boolean value)
Determines whether a changing of a shape type is forbidden.
|
void |
setSizeLocked(boolean value)
Determines whether a resizing this shape is forbidden.
|
getNoLocksequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNoLockspublic boolean getGroupingLocked()
Determines whether an adding this shape to a group is forbidden.
Read/write boolean.
getGroupingLocked in interface IConnectorLockpublic void setGroupingLocked(boolean value)
Determines whether an adding this shape to a group is forbidden.
Read/write boolean.
setGroupingLocked in interface IConnectorLockpublic boolean getSelectLocked()
Determines whether a selecting this shape is forbidden.
Read/write boolean.
getSelectLocked in interface IConnectorLockpublic void setSelectLocked(boolean value)
Determines whether a selecting this shape is forbidden.
Read/write boolean.
setSelectLocked in interface IConnectorLockpublic boolean getRotateLocked()
Determines whether a changing rotation angle of this shape is forbidden.
Read/write boolean.
getRotateLocked in interface IConnectorLockpublic void setRotateLocked(boolean value)
Determines whether a changing rotation angle of this shape is forbidden.
Read/write boolean.
setRotateLocked in interface IConnectorLockpublic boolean getAspectRatioLocked()
Determines whether a shape have to preserve aspect ratio on resizing.
Read/write boolean.
getAspectRatioLocked in interface IConnectorLockpublic void setAspectRatioLocked(boolean value)
Determines whether a shape have to preserve aspect ratio on resizing.
Read/write boolean.
setAspectRatioLocked in interface IConnectorLockpublic boolean getPositionMove()
Determines whether a moving this shape is forbidden.
Read/write boolean.
getPositionMove in interface IConnectorLockpublic void setPositionMove(boolean value)
Determines whether a moving this shape is forbidden.
Read/write boolean.
setPositionMove in interface IConnectorLockpublic boolean getSizeLocked()
Determines whether a resizing this shape is forbidden.
Read/write boolean.
getSizeLocked in interface IConnectorLockpublic void setSizeLocked(boolean value)
Determines whether a resizing this shape is forbidden.
Read/write boolean.
setSizeLocked in interface IConnectorLockpublic boolean getEditPointsLocked()
Determines whether a direct changing of contour of this shape is forbidden.
Read/write boolean.
getEditPointsLocked in interface IConnectorLockpublic void setEditPointsLocked(boolean value)
Determines whether a direct changing of contour of this shape is forbidden.
Read/write boolean.
setEditPointsLocked in interface IConnectorLockpublic boolean getAdjustHandlesLocked()
Determines whether a changing adjust values is forbidden.
Read/write boolean.
getAdjustHandlesLocked in interface IConnectorLockpublic void setAdjustHandlesLocked(boolean value)
Determines whether a changing adjust values is forbidden.
Read/write boolean.
setAdjustHandlesLocked in interface IConnectorLockpublic boolean getArrowheadsLocked()
Determines whether a changing arrowheads is forbidden.
Read/write boolean.
getArrowheadsLocked in interface IConnectorLockpublic void setArrowheadsLocked(boolean value)
Determines whether a changing arrowheads is forbidden.
Read/write boolean.
setArrowheadsLocked in interface IConnectorLockpublic boolean getShapeTypeLocked()
Determines whether a changing of a shape type is forbidden.
Read/write boolean.
getShapeTypeLocked in interface IConnectorLockpublic void setShapeTypeLocked(boolean value)
Determines whether a changing of a shape type is forbidden.
Read/write boolean.
setShapeTypeLocked in interface IConnectorLock