Search
TreeMapLayoutBuilder.layoutArea Method
See Also
 

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

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

 Syntax

Java  Copy Code

public TreeMapLayoutBuilder layoutArea (
    Rectangle2D.Float value
)

 Parameters

value

 Return Value

This TreeMapLayoutBuilder instance.

 See Also