DroidDiagram Programmer's Guide
Diagram.getExpandButtonPosition Method
See Also
 






Gets where expand/collapse buttons are located relatively to their nodes.

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

 Syntax

Java  Copy Code

public ExpandButtonPosition getExpandButtonPosition ()

 Return Value

A member of the ExpandButtonPosition enumeration. The default is OuterRight.

 Remarks

If diagram links tend to flow vertically, it would be useful to have the expand/collapse buttons stay at the left- or right-hand side of nodes. If diagram links tend to flow horizontally, choose position for expand buttons such that they stay above or below nodes. That will prevent button icons from being overlapped by links.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace
setExpandButtonPosition Method
getExpandButtonAction Method
getNodesExpandable Method