public interface IGroupShapeLock extends IBaseShapeLock
Modifier and Type | Method and Description |
---|---|
boolean |
getAspectRatioLocked()
Determines whether shape have to preserve aspect ratio on resizing.
|
boolean |
getGroupingLocked()
Determines whether adding this shape to a group is forbidden.
|
boolean |
getPositionLocked()
Determines whether moving this shape is forbidden.
|
boolean |
getRotationLocked()
Determines whether changing rotation angle of this shape is forbidden.
|
boolean |
getSelectLocked()
Determines whether selecting this shape is forbidden.
|
boolean |
getSizeLocked()
Determines whether resizing this shape is forbidden.
|
boolean |
getUngroupingLocked()
Determines whether splitting this groupshape is forbidden.
|
void |
setAspectRatioLocked(boolean value)
Determines whether shape have to preserve aspect ratio on resizing.
|
void |
setGroupingLocked(boolean value)
Determines whether adding this shape to a group is forbidden.
|
void |
setPositionLocked(boolean value)
Determines whether moving this shape is forbidden.
|
void |
setRotationLocked(boolean value)
Determines whether changing rotation angle of this shape is forbidden.
|
void |
setSelectLocked(boolean value)
Determines whether selecting this shape is forbidden.
|
void |
setSizeLocked(boolean value)
Determines whether resizing this shape is forbidden.
|
void |
setUngroupingLocked(boolean value)
Determines whether splitting this groupshape is forbidden.
|
getNoLocks
boolean getGroupingLocked()
Determines whether adding this shape to a group is forbidden.
Read/write boolean
.
void setGroupingLocked(boolean value)
Determines whether adding this shape to a group is forbidden.
Read/write boolean
.
boolean getUngroupingLocked()
Determines whether splitting this groupshape is forbidden.
Read/write boolean
.
void setUngroupingLocked(boolean value)
Determines whether splitting this groupshape is forbidden.
Read/write boolean
.
boolean getSelectLocked()
Determines whether selecting this shape is forbidden.
Read/write boolean
.
void setSelectLocked(boolean value)
Determines whether selecting this shape is forbidden.
Read/write boolean
.
boolean getRotationLocked()
Determines whether changing rotation angle of this shape is forbidden.
Read/write boolean
.
void setRotationLocked(boolean value)
Determines whether changing rotation angle of this shape is forbidden.
Read/write boolean
.
boolean getAspectRatioLocked()
Determines whether shape have to preserve aspect ratio on resizing.
Read/write boolean
.
void setAspectRatioLocked(boolean value)
Determines whether shape have to preserve aspect ratio on resizing.
Read/write boolean
.
boolean getPositionLocked()
Determines whether moving this shape is forbidden.
Read/write boolean
.
void setPositionLocked(boolean value)
Determines whether moving this shape is forbidden.
Read/write boolean
.
boolean getSizeLocked()
Determines whether resizing this shape is forbidden.
Read/write boolean
.
void setSizeLocked(boolean value)
Determines whether resizing this shape is forbidden.
Read/write boolean
.