DroidDiagram Programmer's Guide
TreeViewConnectionStyle Enumeration
See Also
 






The members of this enumeration specify the possible ways to connect links to TreeViewNodes. They can be assigned to the setConnectionStyle property of TreeViewNode class.

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

 Syntax

Java  Copy Code

public enum TreeViewConnectionStyle

 Members

  Member name Description

Items

Users are allowed to draw relations to individual items of a TreeViewNode.

Node

Users are allowed to draw relations to the TreeViewNode as an integral entity.

 See Also

com.mindfusion.diagramming Namespace