<dd><ahref="../../../com/mxgraph/layout/mxCircleLayout.html"title="class in com.mxgraph.layout">mxCircleLayout</a>, <ahref="../../../com/mxgraph/layout/mxCompactTreeLayout.html"title="class in com.mxgraph.layout">mxCompactTreeLayout</a>, <ahref="../../../com/mxgraph/layout/mxEdgeLabelLayout.html"title="class in com.mxgraph.layout">mxEdgeLabelLayout</a>, <ahref="../../../com/mxgraph/layout/mxFastOrganicLayout.html"title="class in com.mxgraph.layout">mxFastOrganicLayout</a>, <ahref="../../../com/mxgraph/layout/mxGraphLayout.html"title="class in com.mxgraph.layout">mxGraphLayout</a>, <ahref="../../../com/mxgraph/layout/hierarchical/mxHierarchicalLayout.html"title="class in com.mxgraph.layout.hierarchical">mxHierarchicalLayout</a>, <ahref="../../../com/mxgraph/layout/mxOrganicLayout.html"title="class in com.mxgraph.layout">mxOrganicLayout</a>, <ahref="../../../com/mxgraph/layout/orthogonal/mxOrthogonalLayout.html"title="class in com.mxgraph.layout.orthogonal">mxOrthogonalLayout</a>, <ahref="../../../com/mxgraph/layout/mxParallelEdgeLayout.html"title="class in com.mxgraph.layout">mxParallelEdgeLayout</a>, <ahref="../../../com/mxgraph/layout/mxPartitionLayout.html"title="class in com.mxgraph.layout">mxPartitionLayout</a>, <ahref="../../../com/mxgraph/layout/mxStackLayout.html"title="class in com.mxgraph.layout">mxStackLayout</a></dd>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/layout/mxIGraphLayout.html#execute(java.lang.Object)">execute</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a> parent)</code>
<divclass="block">Executes the layout for the children of the specified parent.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/layout/mxIGraphLayout.html#moveCell(java.lang.Object, double, double)">moveCell</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a> cell,
double x,
double y)</code>
<divclass="block">Notified when a cell is being moved in a parent that has automatic
<pre>void execute(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a> parent)</pre>
<divclass="block">Executes the layout for the children of the specified parent.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>parent</code> - Parent cell that contains the children to be layed out.</dd></dl>
<pre>void moveCell(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a> cell,
double x,
double y)</pre>
<divclass="block">Notified when a cell is being moved in a parent that has automatic
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>cell</code> - Cell which is being moved.</dd><dd><code>x</code> - X-coordinate of the new cell location.</dd><dd><code>y</code> - Y-coordinate of the new cell location.</dd></dl>