Search
AnnealLayout.setLayoutArea Method
See Also
 

Sets the size of the layout area.

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

 Syntax

Java  Copy Code

public void setLayoutArea (
    Rectangle2D.Float value
)

 Parameters

value

The layout area coordinates.

 See Also