DroidDiagram Programmer's Guide
TreeMapLayout.getLayoutArea Method
See Also
 






Gets the rectangle in which the layout will try to arrange the nodes, or null, to use the diagram bounds.

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

 Syntax

Java  Copy Code

public Rectangle2D.Float getLayoutArea ()

 Return Value

A Rectangle2D specifying the area where topmost nodes in the hierarchy are laid out. The default value is null.

 Remarks

If this property is not set, the algorithm uses the value of diagram's Bounds property as target layout rectangle.

 See Also

TreeMapLayout Members
TreeMapLayout Class
com.mindfusion.diagramming Namespace