DroidDiagram Programmer's Guide
Group.attachToLongestHSegment Method
See Also
 






Adds a node to the group, maintaining its relative positions to master link's longest horizontal segment.

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

 Syntax

Java  Copy Code

public boolean attachToLongestHSegment (
    DiagramNode node
)

 Parameters

node

The DiagramNode to attach.

 Return Value

true if the node is attached successfully, otherwise false.

 See Also

Group Members
Group Class
com.mindfusion.diagramming Namespace