DroidDiagram Programmer's Guide
NodeHandleType Enumeration
See Also
 






Identifies the types of selection handles of a node.

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

 Syntax

Java  Copy Code

public enum NodeHandleType

 Members

  Member name Description

Move

A central selection handle that can be used to move the node.

ResizeBottomCenter

A bottom-center handle that can be used to resize the node vertically.

ResizeBottomLeft

A bottom-left handle that can be used to resize the node.

ResizeBottomRight

A bottom-right handle that can be used to resize the node.

ResizeMiddleLeft

A middle-left handle that can be used to resize the node horizontally.

ResizeMiddleRight

A middle-right handle that can be used to resize the node horizontally.

ResizeTopCenter

A top-center handle that can be used to resize the node vertically.

ResizeTopLeft

A top-left handle that can be used to resize the node.

ResizeTopRight

A top-right handle that can be used to resize the node.

Rotate

A rotation handle that can be used to rotate the node.

 See Also

com.mindfusion.diagramming Namespace