DroidDiagram Programmer's Guide
GroupRotation Enumeration
See Also
 






The members of this enumeration indicate how rotation of a group's master node affects the nodes attached to that group.

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

 Syntax

Java  Copy Code

public enum GroupRotation

 Members

  Member name Description

FerrisWheel

Attached nodes are moved to a position corresponding to the master node's rotation angle, but they are node rotated.

IgnoreRotation

Attached nodes ignore the rotation angle applied to the master node.

RotateChildren

Attached nodes are rotated by the RotationAngle of the group's master node and around its center.

 See Also

com.mindfusion.diagramming Namespace