Search
AnnealLayoutInfo.setLayoutArea Method
See Also
 

Sets the size of the layout area.

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

 Syntax

Java  Copy Code

public void setLayoutArea (
    Rectangle2D.Float layoutArea
)

 Parameters

layoutArea

The layout area coordinates.

 See Also