DroidDiagram Programmer's Guide
AbstractLayout.getGrowToFit Method
See Also
 






Gets a value indicating whether the diagram boundaries should grow to fit the arranged content.

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

 Syntax

Java  Copy Code

public boolean getGrowToFit ()

 Return Value

true to grow diagram's Bounds if the arranged items would not fit, or false otherwise. The default value is true.

 See Also

AbstractLayout Members
AbstractLayout Class
com.mindfusion.diagramming Namespace