DroidDiagram Programmer's Guide
ExpandButtonPosition Enumeration
See Also
 






The members of this enumeration specify possible locations for expand/collapse buttons.

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

 Syntax

Java  Copy Code

public enum ExpandButtonPosition

 Members

  Member name Description

OuterBottom

Place expand/collapse buttons at the bottom side of their nodes.

OuterLeft

Place expand/collapse buttons at the left-hand side of their nodes.

OuterLowerLeft

Place expand/collapse buttons at the lower-left corner of their nodes.

OuterLowerRight

Place expand/collapse buttons at the lower-right corner of their nodes.

OuterRight

Place expand/collapse buttons at the right-hand side of their nodes.

OuterTop

Place expand/collapse buttons at the top side of their nodes.

OuterUpperLeft

Place expand/collapse buttons at the upper-left corner of their nodes.

OuterUpperRight

Place expand/collapse buttons at the upper-right corner of their nodes.

 See Also

com.mindfusion.diagramming Namespace