DroidDiagram Programmer's Guide
DiagramNode.setHandlesStyle Method
See Also
 






Sets a value indicating how the node adjustment handles behave and what do they look like.

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

 Syntax

Java  Copy Code

public void setHandlesStyle (
    HandlesStyle value
)

 Parameters

value

A member of the HandlesStyle enumeration.

 Remarks

Specifies how node selection status is indicated visually. In addition, this property defines how manipulation of the node can be done, that is, how to move it, resize it or link it to other nodes. You can assign any of the HandlesStyle enum elements to this property.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace