DroidDiagram Programmer's Guide
Layer.setLocked Method
See Also
 






Sets a value indicating whether the layer is locked. Items associated with locked layers cannot be modified interactively, regardless of their own DiagramItem.getLocked property.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setLocked (
    boolean value
)

 Parameters

value

A boolean value specifying if the layer is locked.

 See Also

Layer Members
Layer Class
com.mindfusion.diagramming Namespace