Skip to main content

DrawingObjectLockSettings Class

A base class of lock settings for drawing objects.

Declaration

public abstract class DrawingObjectLockSettings extends CommonObjectLockSettings

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object

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 DrawingObjectLockSettings instance.

getDisableArrowheadsChange() Method

Disables changes to connector arrowheads for users.

Declaration

public boolean getDisableArrowheadsChange()

Returns

Type Description
boolean

true if arrowhead changes are disabled; otherwise, false.

getDisableHandles() Method

Disables handles of shape connectors.

Declaration

public boolean getDisableHandles()

Returns

Type Description
boolean

true if connector handles are disabled; otherwise, false.

getDisablePointsEdit() Method

Disables the ability to edit shape points.

Declaration

public boolean getDisablePointsEdit()

Returns

Type Description
boolean

true if a user cannot edit shape points; otherwise, false.

getDisableResize() Method

Disables shape resize handles.

Declaration

public boolean getDisableResize()

Returns

Type Description
boolean

true if a user cannot resize the shape; otherwise, false.

getDisableRotation() Method

Disables the shape rotation handle.

Declaration

public boolean getDisableRotation()

Returns

Type Description
boolean

true if a user cannot rotate the shape; otherwise, false.

getDisableShapeTypeChange() Method

Disables the ability to change the shape type.

Declaration

public boolean getDisableShapeTypeChange()

Returns

Type Description
boolean

true if shape type changes are disabled; otherwise, false.

setDisableArrowheadsChange(boolean value) Method

Disables changes to connector arrowheads for users.

Declaration

public void setDisableArrowheadsChange(boolean value)

Parameters

Name Type Description
value boolean

true if arrowhead changes are disabled; otherwise, false.

setDisableHandles(boolean value) Method

Disables handles of shape connectors.

Declaration

public void setDisableHandles(boolean value)

Parameters

Name Type Description
value boolean

true if connector handles are disabled; otherwise, false.

setDisablePointsEdit(boolean value) Method

Disables the ability to edit shape points.

Declaration

public void setDisablePointsEdit(boolean value)

Parameters

Name Type Description
value boolean

true if a user cannot edit shape points; otherwise, false.

setDisableResize(boolean value) Method

Disables shape resize handles.

Declaration

public void setDisableResize(boolean value)

Parameters

Name Type Description
value boolean

true if a user cannot resize the shape; otherwise, false.

setDisableRotation(boolean value) Method

Disables the shape rotation handle.

Declaration

public void setDisableRotation(boolean value)

Parameters

Name Type Description
value boolean

true if a user cannot rotate the shape; otherwise, false.

setDisableShapeTypeChange(boolean value) Method

Disables the ability to change the shape type.

Declaration

public void setDisableShapeTypeChange(boolean value)

Parameters

Name Type Description
value boolean

true if shape type changes are disabled; otherwise, false.