GraphicalObjectLock

GraphicalObjectLock class

Determines which operations are disabled on the parent GraphicalObject.

getAspectRatioLocked

NameDescription
getAspectRatioLocked ()Determines whether shape have to preserve aspect ratio on resizing. Read/write boolean.

Returns: boolean


getDrilldownLocked

NameDescription
getDrilldownLocked ()Determines whether selecting subshapes of this object is forbidden. Read/write boolean.

Returns: boolean


getGroupingLocked

NameDescription
getGroupingLocked ()Determines whether adding this shape to a group is forbidden. Read/write boolean.

Returns: boolean


getPositionLocked

NameDescription
getPositionLocked ()Determines whether moving this shape is forbidden. Read/write boolean.

Returns: boolean


getSelectLocked

NameDescription
getSelectLocked ()Determines whether selecting this shape is forbidden. Read/write boolean.

Returns: boolean


getSizeLocked

NameDescription
getSizeLocked ()Determines whether resizing this shape is forbidden. Read/write boolean.

Returns: boolean


setAspectRatioLocked

NameDescription
setAspectRatioLocked (boolean)Determines whether shape have to preserve aspect ratio on resizing. Read/write boolean.

Returns: void


setDrilldownLocked

NameDescription
setDrilldownLocked (boolean)Determines whether selecting subshapes of this object is forbidden. Read/write boolean.

Returns: void


setGroupingLocked

NameDescription
setGroupingLocked (boolean)Determines whether adding this shape to a group is forbidden. Read/write boolean.

Returns: void


setPositionLocked

NameDescription
setPositionLocked (boolean)Determines whether moving this shape is forbidden. Read/write boolean.

Returns: void


setSelectLocked

NameDescription
setSelectLocked (boolean)Determines whether selecting this shape is forbidden. Read/write boolean.

Returns: void


setSizeLocked

NameDescription
setSizeLocked (boolean)Determines whether resizing this shape is forbidden. Read/write boolean.

Returns: void