GroupLockSettings Class
Contains lock settings for group shapes.
Declaration
public class GroupLockSettings extends CommonObjectLockSettings
Inherited Members
Inheritance
GroupLockSettings()
Initializes a new instance of the GroupLockSettings class.
Declaration
public GroupLockSettings()
Methods
deepClone() Method
Clones the current GroupLockSettings instance.
Declaration
public GroupLockSettings deepClone()
Returns
| Type | Description |
|---|---|
GroupLockSettings |
The cloned |
getDisableResize() Method
Disables group shape resize handles.
Declaration
public boolean getDisableResize()
Returns
| Type | Description |
|---|---|
| boolean |
|
getDisableRotation() Method
Disables the group shape rotation handle.
Declaration
public boolean getDisableRotation()
Returns
| Type | Description |
|---|---|
| boolean |
|
getDisableUngrouping() Method
Disables shape ungroup operation.
Declaration
public boolean getDisableUngrouping()
Returns
| Type | Description |
|---|---|
| boolean |
|
setDisableResize(boolean value) Method
Disables group shape resize handles.
Declaration
public void setDisableResize(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setDisableRotation(boolean value) Method
Disables the group shape rotation handle.
Declaration
public void setDisableRotation(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setDisableUngrouping(boolean value) Method
Disables shape ungroup operation.
Declaration
public void setDisableUngrouping(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|