DroidDiagram Programmer's Guide
ComponentBase.arrangeComponents Method
See Also
 






Recursively arranges the child components, within the specified space and using the specified graphics for measurement purposes.

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

 Syntax

Java  Copy Code

public void arrangeComponents (
    Rectangle2D.Float bounds,
    Graphics2D g2d
)

 Parameters

bounds

The space available for arrangement.

g2d

A relevant Graphics2D object.

 See Also

ComponentBase Members
ComponentBase Class
com.mindfusion.diagramming.components Namespace