DroidDiagram Programmer's Guide
LayeredLayout.setEndNode Method
See Also
 






Sets the node that should be placed in the last layer of the arranged graph. This value is honored only if a start node is specified too.

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

 Syntax

Java  Copy Code

public void setEndNode (
    DiagramNode value
)

 Parameters

value

A DiagramNode object representing the end node.

 See Also

LayeredLayout Members
LayeredLayout Class
com.mindfusion.diagramming Namespace
getEndNode Method
setStartNode Method