DrawingObjectLockSettings Class
A base class of lock settings for drawing objects.
Declaration
public abstract class DrawingObjectLockSettings extends CommonObjectLockSettings
Inherited Members
Inheritance
DrawingObjectLockSettings()
Initializes a new instance of the DrawingObjectLockSettings class.
Declaration
public DrawingObjectLockSettings()
Methods
deepClone() Method
Clones the current DrawingObjectLockSettings instance.
Declaration
public DrawingObjectLockSettings deepClone()
Returns
| Type | Description |
|---|---|
DrawingObjectLockSettings |
The cloned |
getDisableArrowheadsChange() Method
Disables changes to connector arrowheads for users.
Declaration
public boolean getDisableArrowheadsChange()
Returns
| Type | Description |
|---|---|
| boolean |
|
getDisableHandles() Method
Disables handles of shape connectors.
Declaration
public boolean getDisableHandles()
Returns
| Type | Description |
|---|---|
| boolean |
|
getDisablePointsEdit() Method
Disables the ability to edit shape points.
Declaration
public boolean getDisablePointsEdit()
Returns
| Type | Description |
|---|---|
| boolean |
|
getDisableResize() Method
Disables shape resize handles.
Declaration
public boolean getDisableResize()
Returns
| Type | Description |
|---|---|
| boolean |
|
getDisableRotation() Method
Disables the shape rotation handle.
Declaration
public boolean getDisableRotation()
Returns
| Type | Description |
|---|---|
| boolean |
|
getDisableShapeTypeChange() Method
Disables the ability to change the shape type.
Declaration
public boolean getDisableShapeTypeChange()
Returns
| Type | Description |
|---|---|
| boolean |
|
setDisableArrowheadsChange(boolean value) Method
Disables changes to connector arrowheads for users.
Declaration
public void setDisableArrowheadsChange(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setDisableHandles(boolean value) Method
Disables handles of shape connectors.
Declaration
public void setDisableHandles(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setDisablePointsEdit(boolean value) Method
Disables the ability to edit shape points.
Declaration
public void setDisablePointsEdit(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setDisableResize(boolean value) Method
Disables shape resize handles.
Declaration
public void setDisableResize(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setDisableRotation(boolean value) Method
Disables the shape rotation handle.
Declaration
public void setDisableRotation(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setDisableShapeTypeChange(boolean value) Method
Disables the ability to change the shape type.
Declaration
public void setDisableShapeTypeChange(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|