maxGraph/dotnet/docs/html/classcom_1_1mxgraph_1_1mxFa...

753 lines
42 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>mxGraph: com.mxgraph.mxFastOrganicLayout Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">mxGraph
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>com</b> </li>
<li class="navelem"><a class="el" href="namespacecom_1_1mxgraph.html">mxgraph</a> </li>
<li class="navelem"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html">mxFastOrganicLayout</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pro-methods">Protected Member Functions</a> &#124;
<a href="#pro-attribs">Protected Attributes</a> &#124;
<a href="#properties">Properties</a> </div>
<div class="headertitle">
<div class="title">com.mxgraph.mxFastOrganicLayout Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<!-- doxytag: class="com::mxgraph::mxFastOrganicLayout" --><!-- doxytag: inherits="com::mxgraph::mxIGraphLayout" -->
<p>Fast organic layout algorithm.
<a href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#details">More...</a></p>
<div class="dynheader">
Inheritance diagram for com.mxgraph.mxFastOrganicLayout:</div>
<div class="dyncontent">
<div class="center">
<img src="classcom_1_1mxgraph_1_1mxFastOrganicLayout.png" usemap="#com.mxgraph.mxFastOrganicLayout_map" alt=""/>
<map id="com.mxgraph.mxFastOrganicLayout_map" name="com.mxgraph.mxFastOrganicLayout_map">
<area href="interfacecom_1_1mxgraph_1_1mxIGraphLayout.html" title="Defines the requirements for an object that implements a graph layout." alt="com.mxgraph.mxIGraphLayout" shape="rect" coords="0,0,214,24"/>
</map>
</div></div>
<p><a href="classcom_1_1mxgraph_1_1mxFastOrganicLayout-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a01b2acff7f21505b26ab57658a3aed98">mxFastOrganicLayout</a> (<a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html">mxGraph</a> <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a7f46d3b6050f2730cb03e9acc9185630">graph</a>)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructs a new fast organic layout for the specified graph. <a href="#a01b2acff7f21505b26ab57658a3aed98"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a8bc62d2822952ffcc280bb4e297ee4dc">IsCellIgnored</a> (Object cell)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true if the given cell should be ignored by the layout algorithm. This implementation returns false if the cell is a vertex and has at least one connected edge. <a href="#a8bc62d2822952ffcc280bb4e297ee4dc"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#af44216cdc7ce7463f82cc0cee2050d83">move</a> (Object cell, double x, double y)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Notified when a cell is being moved in a parent that has automatic layout to update the cell state (eg. index) so that the outcome of the layou will position the vertex as close to the point (x, y) as possible. <a href="#af44216cdc7ce7463f82cc0cee2050d83"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#abd510ac69d71dc3125886a1933467424">execute</a> (Object parent)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Executes the fast organic layout. <a href="#abd510ac69d71dc3125886a1933467424"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#af3b6773748796bdb5d76ec0023864167">reduceTemperature</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Reduces the temperature of the layout from an initial setting in a linear fashion to zero. <a href="#af3b6773748796bdb5d76ec0023864167"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#ad0bcc2b013b7ab33803aaf5f8f3df18b">calcPositions</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Takes the displacements calculated for each cell and applies them to the local cache of cell positions. Limits the displacement to the current temperature. <a href="#ad0bcc2b013b7ab33803aaf5f8f3df18b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a37f230309bf4e5f1c4b97719dc7e6a45">calcAttraction</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Calculates the attractive forces between all laid out nodes linked by edges. <a href="#a37f230309bf4e5f1c4b97719dc7e6a45"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a5ab52e51b3d7a86e836557ab430eceaf">calcRepulsion</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Calculates the repulsive forces between all laid out nodes. <a href="#a5ab52e51b3d7a86e836557ab430eceaf"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pro-attribs"></a>
Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html">mxGraph</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a7f46d3b6050f2730cb03e9acc9185630">graph</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Holds the enclosing graph. <a href="#a7f46d3b6050f2730cb03e9acc9185630"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a9869ab006bb21e8d7f797a43caf9c8bf">forceConstant</a> = 50</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The force constant by which the attractive forces are divided and the replusive forces are multiple by the square of. The value equates to the average radius there is of free space around each node. Default is 50. <a href="#a9869ab006bb21e8d7f797a43caf9c8bf"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a580437e2ff6ac312153312b87e5251d3">forceConstantSquared</a> = 0</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Cache of forceConstant^2 for performance. <a href="#a580437e2ff6ac312153312b87e5251d3"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a84403bfb11eabd15b7350ee2e6c60b9e">minDistanceLimit</a> = 2</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Minimal distance limit. Default is 2. Prevents of dividing by zero. <a href="#a84403bfb11eabd15b7350ee2e6c60b9e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#ac76da6f7159421bc4256fd76c95d0b8e">minDistanceLimitSquared</a> = 0</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Cached version of minDistanceLimit squared. <a href="#ac76da6f7159421bc4256fd76c95d0b8e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a1e264649b3aa27cb040f457841ca6bd1">initialTemp</a> = 200</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Start value of temperature. Default is 200. <a href="#a1e264649b3aa27cb040f457841ca6bd1"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#adc3bfef036d2222ba4fb5024235731d3">temperature</a> = 0</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Temperature to limit displacement at later stages of layout. <a href="#adc3bfef036d2222ba4fb5024235731d3"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#af48f067af15ef777a9b1b634fa920bb6">maxIterations</a> = 0</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Total number of iterations to run the layout though. <a href="#af48f067af15ef777a9b1b634fa920bb6"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a25cd688f29c01b634fb21367602f4896">iteration</a> = 0</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Current iteration count. <a href="#a25cd688f29c01b634fb21367602f4896"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">Object[]&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a3ef2cacf739848d1f4af43fa0ee5fb43">vertexArray</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">An array of all vertices to be laid out. <a href="#a3ef2cacf739848d1f4af43fa0ee5fb43"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double[]&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a64adce89959603f168526aed5e5472cd">dispX</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">An array of locally stored X co-ordinate displacements for the vertices. <a href="#a64adce89959603f168526aed5e5472cd"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double[]&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a255b124f6aa6f34d512bedbce704a008">dispY</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">An array of locally stored Y co-ordinate displacements for the vertices. <a href="#a255b124f6aa6f34d512bedbce704a008"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double[][]&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a9337ef6666c2f6348548c357d71ccc2e">cellLocation</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">An array of locally stored co-ordinate positions for the vertices. <a href="#a9337ef6666c2f6348548c357d71ccc2e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double[]&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a59d5275fb8fbf3c616558e92809d2f5c">radius</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The approximate radius of each cell, nodes only. <a href="#a59d5275fb8fbf3c616558e92809d2f5c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double[]&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a78b0c2b184b20039b2ac5131bdecd072">radiusSquared</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The approximate radius squared of each cell, nodes only. <a href="#a78b0c2b184b20039b2ac5131bdecd072"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool[]&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#af1c6384bb0ee24e8a44d15d32742c1bd">isMoveable</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Array of booleans representing the movable states of the vertices. <a href="#af1c6384bb0ee24e8a44d15d32742c1bd"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int[][]&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#adce2ee01037679f1addc805b944f0ee2">neighbours</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Local copy of cell neighbours. <a href="#adce2ee01037679f1addc805b944f0ee2"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#aa21c64c3ce1e65279b4e499a393202c8">allowedToRun</a> = true</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Boolean flag that specifies if the layout is allowed to run. If this is set to false, then the layout exits in the following iteration. <a href="#aa21c64c3ce1e65279b4e499a393202c8"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">Dictionary&lt; object, int &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a7cccb968efae0e7d855d329a32300b55">indices</a> = new Dictionary&lt;object, int&gt;()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Maps from vertices to indices. <a href="#a7cccb968efae0e7d855d329a32300b55"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">Random&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#aba6a34293743d290de55ae7a3e0faec0">random</a> = new Random()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Random number generator. <a href="#aba6a34293743d290de55ae7a3e0faec0"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="properties"></a>
Properties</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a7e928addfc6d36a11aaa2d0ca8f4af96">IsAllowedToRun</a><code> [get, set]</code></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Flag to stop a running layout run. <a href="#a7e928addfc6d36a11aaa2d0ca8f4af96"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a2e91528f04d244d99cf585eafe3b42f4">MaxIterations</a><code> [get, set]</code></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Maximum number of iterations. <a href="#a2e91528f04d244d99cf585eafe3b42f4"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a0024d4be19d3a177cc752a9edaec1b25">ForceConstant</a><code> [get, set]</code></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Force constant to be used for the springs. <a href="#a0024d4be19d3a177cc752a9edaec1b25"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a441190eee435c60f36d5936580a2a629">MinDistanceLimit</a><code> [get, set]</code></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Minimum distance between nodes. <a href="#a441190eee435c60f36d5936580a2a629"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a6b6ec3a17d94d443ad8baf30e51bdbe8">InitialTemp</a><code> [get, set]</code></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Initial temperature. <a href="#a6b6ec3a17d94d443ad8baf30e51bdbe8"></a><br/></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Fast organic layout algorithm. </p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a01b2acff7f21505b26ab57658a3aed98"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::mxFastOrganicLayout" ref="a01b2acff7f21505b26ab57658a3aed98" args="(mxGraph graph)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a01b2acff7f21505b26ab57658a3aed98">com.mxgraph.mxFastOrganicLayout.mxFastOrganicLayout</a> </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html">mxGraph</a>&#160;</td>
<td class="paramname"><em>graph</em></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Constructs a new fast organic layout for the specified graph. </p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">graph</td><td></td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a37f230309bf4e5f1c4b97719dc7e6a45"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::calcAttraction" ref="a37f230309bf4e5f1c4b97719dc7e6a45" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a37f230309bf4e5f1c4b97719dc7e6a45">com.mxgraph.mxFastOrganicLayout.calcAttraction</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td><code> [inline, protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Calculates the attractive forces between all laid out nodes linked by edges. </p>
</div>
</div>
<a class="anchor" id="ad0bcc2b013b7ab33803aaf5f8f3df18b"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::calcPositions" ref="ad0bcc2b013b7ab33803aaf5f8f3df18b" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#ad0bcc2b013b7ab33803aaf5f8f3df18b">com.mxgraph.mxFastOrganicLayout.calcPositions</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td><code> [inline, protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Takes the displacements calculated for each cell and applies them to the local cache of cell positions. Limits the displacement to the current temperature. </p>
</div>
</div>
<a class="anchor" id="a5ab52e51b3d7a86e836557ab430eceaf"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::calcRepulsion" ref="a5ab52e51b3d7a86e836557ab430eceaf" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a5ab52e51b3d7a86e836557ab430eceaf">com.mxgraph.mxFastOrganicLayout.calcRepulsion</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td><code> [inline, protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Calculates the repulsive forces between all laid out nodes. </p>
</div>
</div>
<a class="anchor" id="abd510ac69d71dc3125886a1933467424"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::execute" ref="abd510ac69d71dc3125886a1933467424" args="(Object parent)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#abd510ac69d71dc3125886a1933467424">com.mxgraph.mxFastOrganicLayout.execute</a> </td>
<td>(</td>
<td class="paramtype">Object&#160;</td>
<td class="paramname"><em>parent</em></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Executes the fast organic layout. </p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">parent</td><td></td></tr>
</table>
</dd>
</dl>
<p>Implements <a class="el" href="interfacecom_1_1mxgraph_1_1mxIGraphLayout.html#a04c4054682cb948f8702f32407003315">com.mxgraph.mxIGraphLayout</a>.</p>
</div>
</div>
<a class="anchor" id="a8bc62d2822952ffcc280bb4e297ee4dc"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::IsCellIgnored" ref="a8bc62d2822952ffcc280bb4e297ee4dc" args="(Object cell)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a8bc62d2822952ffcc280bb4e297ee4dc">com.mxgraph.mxFastOrganicLayout.IsCellIgnored</a> </td>
<td>(</td>
<td class="paramtype">Object&#160;</td>
<td class="paramname"><em>cell</em></td><td>)</td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns true if the given cell should be ignored by the layout algorithm. This implementation returns false if the cell is a vertex and has at least one connected edge. </p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">cell</td><td>Object that represents the cell.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns true if the given cell should be ignored.</dd></dl>
</div>
</div>
<a class="anchor" id="af44216cdc7ce7463f82cc0cee2050d83"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::move" ref="af44216cdc7ce7463f82cc0cee2050d83" args="(Object cell, double x, double y)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#af44216cdc7ce7463f82cc0cee2050d83">com.mxgraph.mxFastOrganicLayout.move</a> </td>
<td>(</td>
<td class="paramtype">Object&#160;</td>
<td class="paramname"><em>cell</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double&#160;</td>
<td class="paramname"><em>x</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double&#160;</td>
<td class="paramname"><em>y</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Notified when a cell is being moved in a parent that has automatic layout to update the cell state (eg. index) so that the outcome of the layou will position the vertex as close to the point (x, y) as possible. </p>
<p>Not yet implemented.</p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">cell</td><td></td></tr>
<tr><td class="paramname">x</td><td></td></tr>
<tr><td class="paramname">y</td><td></td></tr>
</table>
</dd>
</dl>
<p>Implements <a class="el" href="interfacecom_1_1mxgraph_1_1mxIGraphLayout.html#a184ab972295eaeb37706387db4002665">com.mxgraph.mxIGraphLayout</a>.</p>
</div>
</div>
<a class="anchor" id="af3b6773748796bdb5d76ec0023864167"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::reduceTemperature" ref="af3b6773748796bdb5d76ec0023864167" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#af3b6773748796bdb5d76ec0023864167">com.mxgraph.mxFastOrganicLayout.reduceTemperature</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td><code> [inline, protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Reduces the temperature of the layout from an initial setting in a linear fashion to zero. </p>
</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="aa21c64c3ce1e65279b4e499a393202c8"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::allowedToRun" ref="aa21c64c3ce1e65279b4e499a393202c8" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#aa21c64c3ce1e65279b4e499a393202c8">com.mxgraph.mxFastOrganicLayout.allowedToRun</a> = true<code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Boolean flag that specifies if the layout is allowed to run. If this is set to false, then the layout exits in the following iteration. </p>
</div>
</div>
<a class="anchor" id="a9337ef6666c2f6348548c357d71ccc2e"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::cellLocation" ref="a9337ef6666c2f6348548c357d71ccc2e" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double [][] <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a9337ef6666c2f6348548c357d71ccc2e">com.mxgraph.mxFastOrganicLayout.cellLocation</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>An array of locally stored co-ordinate positions for the vertices. </p>
</div>
</div>
<a class="anchor" id="a64adce89959603f168526aed5e5472cd"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::dispX" ref="a64adce89959603f168526aed5e5472cd" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double [] <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a64adce89959603f168526aed5e5472cd">com.mxgraph.mxFastOrganicLayout.dispX</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>An array of locally stored X co-ordinate displacements for the vertices. </p>
</div>
</div>
<a class="anchor" id="a255b124f6aa6f34d512bedbce704a008"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::dispY" ref="a255b124f6aa6f34d512bedbce704a008" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double [] <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a255b124f6aa6f34d512bedbce704a008">com.mxgraph.mxFastOrganicLayout.dispY</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>An array of locally stored Y co-ordinate displacements for the vertices. </p>
</div>
</div>
<a class="anchor" id="a9869ab006bb21e8d7f797a43caf9c8bf"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::forceConstant" ref="a9869ab006bb21e8d7f797a43caf9c8bf" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a9869ab006bb21e8d7f797a43caf9c8bf">com.mxgraph.mxFastOrganicLayout.forceConstant</a> = 50<code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The force constant by which the attractive forces are divided and the replusive forces are multiple by the square of. The value equates to the average radius there is of free space around each node. Default is 50. </p>
</div>
</div>
<a class="anchor" id="a580437e2ff6ac312153312b87e5251d3"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::forceConstantSquared" ref="a580437e2ff6ac312153312b87e5251d3" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a580437e2ff6ac312153312b87e5251d3">com.mxgraph.mxFastOrganicLayout.forceConstantSquared</a> = 0<code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Cache of forceConstant^2 for performance. </p>
</div>
</div>
<a class="anchor" id="a7f46d3b6050f2730cb03e9acc9185630"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::graph" ref="a7f46d3b6050f2730cb03e9acc9185630" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classcom_1_1mxgraph_1_1mxGraph.html">mxGraph</a> <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a7f46d3b6050f2730cb03e9acc9185630">com.mxgraph.mxFastOrganicLayout.graph</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Holds the enclosing graph. </p>
</div>
</div>
<a class="anchor" id="a7cccb968efae0e7d855d329a32300b55"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::indices" ref="a7cccb968efae0e7d855d329a32300b55" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Dictionary&lt;object, int&gt; <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a7cccb968efae0e7d855d329a32300b55">com.mxgraph.mxFastOrganicLayout.indices</a> = new Dictionary&lt;object, int&gt;()<code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Maps from vertices to indices. </p>
</div>
</div>
<a class="anchor" id="a1e264649b3aa27cb040f457841ca6bd1"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::initialTemp" ref="a1e264649b3aa27cb040f457841ca6bd1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a1e264649b3aa27cb040f457841ca6bd1">com.mxgraph.mxFastOrganicLayout.initialTemp</a> = 200<code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Start value of temperature. Default is 200. </p>
</div>
</div>
<a class="anchor" id="af1c6384bb0ee24e8a44d15d32742c1bd"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::isMoveable" ref="af1c6384bb0ee24e8a44d15d32742c1bd" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool [] <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#af1c6384bb0ee24e8a44d15d32742c1bd">com.mxgraph.mxFastOrganicLayout.isMoveable</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Array of booleans representing the movable states of the vertices. </p>
</div>
</div>
<a class="anchor" id="a25cd688f29c01b634fb21367602f4896"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::iteration" ref="a25cd688f29c01b634fb21367602f4896" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a25cd688f29c01b634fb21367602f4896">com.mxgraph.mxFastOrganicLayout.iteration</a> = 0<code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Current iteration count. </p>
</div>
</div>
<a class="anchor" id="af48f067af15ef777a9b1b634fa920bb6"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::maxIterations" ref="af48f067af15ef777a9b1b634fa920bb6" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#af48f067af15ef777a9b1b634fa920bb6">com.mxgraph.mxFastOrganicLayout.maxIterations</a> = 0<code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Total number of iterations to run the layout though. </p>
</div>
</div>
<a class="anchor" id="a84403bfb11eabd15b7350ee2e6c60b9e"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::minDistanceLimit" ref="a84403bfb11eabd15b7350ee2e6c60b9e" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a84403bfb11eabd15b7350ee2e6c60b9e">com.mxgraph.mxFastOrganicLayout.minDistanceLimit</a> = 2<code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Minimal distance limit. Default is 2. Prevents of dividing by zero. </p>
</div>
</div>
<a class="anchor" id="ac76da6f7159421bc4256fd76c95d0b8e"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::minDistanceLimitSquared" ref="ac76da6f7159421bc4256fd76c95d0b8e" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#ac76da6f7159421bc4256fd76c95d0b8e">com.mxgraph.mxFastOrganicLayout.minDistanceLimitSquared</a> = 0<code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Cached version of minDistanceLimit squared. </p>
</div>
</div>
<a class="anchor" id="adce2ee01037679f1addc805b944f0ee2"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::neighbours" ref="adce2ee01037679f1addc805b944f0ee2" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int [][] <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#adce2ee01037679f1addc805b944f0ee2">com.mxgraph.mxFastOrganicLayout.neighbours</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Local copy of cell neighbours. </p>
</div>
</div>
<a class="anchor" id="a59d5275fb8fbf3c616558e92809d2f5c"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::radius" ref="a59d5275fb8fbf3c616558e92809d2f5c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double [] <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a59d5275fb8fbf3c616558e92809d2f5c">com.mxgraph.mxFastOrganicLayout.radius</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The approximate radius of each cell, nodes only. </p>
</div>
</div>
<a class="anchor" id="a78b0c2b184b20039b2ac5131bdecd072"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::radiusSquared" ref="a78b0c2b184b20039b2ac5131bdecd072" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double [] <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a78b0c2b184b20039b2ac5131bdecd072">com.mxgraph.mxFastOrganicLayout.radiusSquared</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>The approximate radius squared of each cell, nodes only. </p>
</div>
</div>
<a class="anchor" id="aba6a34293743d290de55ae7a3e0faec0"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::random" ref="aba6a34293743d290de55ae7a3e0faec0" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Random <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#aba6a34293743d290de55ae7a3e0faec0">com.mxgraph.mxFastOrganicLayout.random</a> = new Random()<code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Random number generator. </p>
</div>
</div>
<a class="anchor" id="adc3bfef036d2222ba4fb5024235731d3"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::temperature" ref="adc3bfef036d2222ba4fb5024235731d3" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#adc3bfef036d2222ba4fb5024235731d3">com.mxgraph.mxFastOrganicLayout.temperature</a> = 0<code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Temperature to limit displacement at later stages of layout. </p>
</div>
</div>
<a class="anchor" id="a3ef2cacf739848d1f4af43fa0ee5fb43"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::vertexArray" ref="a3ef2cacf739848d1f4af43fa0ee5fb43" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Object [] <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a3ef2cacf739848d1f4af43fa0ee5fb43">com.mxgraph.mxFastOrganicLayout.vertexArray</a><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>An array of all vertices to be laid out. </p>
</div>
</div>
<hr/><h2>Property Documentation</h2>
<a class="anchor" id="a0024d4be19d3a177cc752a9edaec1b25"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::ForceConstant" ref="a0024d4be19d3a177cc752a9edaec1b25" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a0024d4be19d3a177cc752a9edaec1b25">com.mxgraph.mxFastOrganicLayout.ForceConstant</a><code> [get, set]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Force constant to be used for the springs. </p>
</div>
</div>
<a class="anchor" id="a6b6ec3a17d94d443ad8baf30e51bdbe8"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::InitialTemp" ref="a6b6ec3a17d94d443ad8baf30e51bdbe8" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a6b6ec3a17d94d443ad8baf30e51bdbe8">com.mxgraph.mxFastOrganicLayout.InitialTemp</a><code> [get, set]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Initial temperature. </p>
</div>
</div>
<a class="anchor" id="a7e928addfc6d36a11aaa2d0ca8f4af96"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::IsAllowedToRun" ref="a7e928addfc6d36a11aaa2d0ca8f4af96" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a7e928addfc6d36a11aaa2d0ca8f4af96">com.mxgraph.mxFastOrganicLayout.IsAllowedToRun</a><code> [get, set]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Flag to stop a running layout run. </p>
</div>
</div>
<a class="anchor" id="a2e91528f04d244d99cf585eafe3b42f4"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::MaxIterations" ref="a2e91528f04d244d99cf585eafe3b42f4" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a2e91528f04d244d99cf585eafe3b42f4">com.mxgraph.mxFastOrganicLayout.MaxIterations</a><code> [get, set]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Maximum number of iterations. </p>
</div>
</div>
<a class="anchor" id="a441190eee435c60f36d5936580a2a629"></a><!-- doxytag: member="com::mxgraph::mxFastOrganicLayout::MinDistanceLimit" ref="a441190eee435c60f36d5936580a2a629" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double <a class="el" href="classcom_1_1mxgraph_1_1mxFastOrganicLayout.html#a441190eee435c60f36d5936580a2a629">com.mxgraph.mxFastOrganicLayout.MinDistanceLimit</a><code> [get, set]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Minimum distance between nodes. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>src/layout/mxFastOrganicLayout.cs</li>
</ul>
</div><!-- contents -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Aug 9 2013 10:05:12 for mxGraph by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>
</body>
</html>