<li><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphHierarchyEdge.html"title="class in com.mxgraph.layout.hierarchical.model"><spanclass="strong">Next Class</span></a></li>
<li><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">java.lang.Object</a></li>
<dd><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphHierarchyEdge.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphHierarchyEdge</a>, <ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphHierarchyNode.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphHierarchyNode</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <spanclass="strong">mxGraphAbstractHierarchyCell</span>
extends <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></pre>
<divclass="block">An abstraction of an internal hierarchy node or edge</div>
<divclass="block">The minimum rank this cell occupies</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>protected <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</a><<ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a>>[]</code></td>
<divclass="block">A cached version of the cells this cell connects to on the next layer up</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</a><<ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a>>[]</code></td>
<divclass="block">Gets the value of temp for the specified layer</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>abstract <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</a><<ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a>></code></td>
<divclass="block">Returns the cells this cell connects to on the next layer up</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>abstract <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</a><<ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a>></code></td>
<h3>Methods inherited from class java.lang.<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></h3>
<code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()"title="class or interface in java.lang">clone</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"title="class or interface in java.lang">equals</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()"title="class or interface in java.lang">finalize</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()"title="class or interface in java.lang">getClass</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"title="class or interface in java.lang">hashCode</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()"title="class or interface in java.lang">notify</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()"title="class or interface in java.lang">notifyAll</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()"title="class or interface in java.lang">toString</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()"title="class or interface in java.lang">wait</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"title="class or interface in java.lang">wait</a>, <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)"title="class or interface in java.lang">wait</a></code></li>
<divclass="block">The maximum rank this cell occupies</div>
</li>
</ul>
<aname="minRank">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>minRank</h4>
<pre>public int minRank</pre>
<divclass="block">The minimum rank this cell occupies</div>
</li>
</ul>
<aname="x">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>x</h4>
<pre>public double[] x</pre>
<divclass="block">The x position of this cell for each layer it occupies</div>
</li>
</ul>
<aname="y">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>y</h4>
<pre>public double[] y</pre>
<divclass="block">The y position of this cell for each layer it occupies</div>
</li>
</ul>
<aname="width">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>width</h4>
<pre>public double width</pre>
<divclass="block">The width of this cell</div>
</li>
</ul>
<aname="height">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>height</h4>
<pre>public double height</pre>
<divclass="block">The height of this cell</div>
</li>
</ul>
<aname="nextLayerConnectedCells">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>nextLayerConnectedCells</h4>
<pre>protected <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</a><<ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a>>[] nextLayerConnectedCells</pre>
<divclass="block">A cached version of the cells this cell connects to on the next layer up</div>
</li>
</ul>
<aname="previousLayerConnectedCells">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>previousLayerConnectedCells</h4>
<pre>protected <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</a><<ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a>>[] previousLayerConnectedCells</pre>
<divclass="block">A cached version of the cells this cell connects to on the next layer down</div>
</li>
</ul>
<aname="temp">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>temp</h4>
<pre>public int[] temp</pre>
<divclass="block">Temporary variable for general use. Generally, try to avoid
<pre>public abstract <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</a><<ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a>> getNextLayerConnectedCells(int layer)</pre>
<divclass="block">Returns the cells this cell connects to on the next layer up</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>layer</code> - the layer this cell is on</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>the cells this cell connects to on the next layer up</dd></dl>
</li>
</ul>
<aname="getPreviousLayerConnectedCells(int)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getPreviousLayerConnectedCells</h4>
<pre>public abstract <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true"title="class or interface in java.util">List</a><<ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a>> getPreviousLayerConnectedCells(int layer)</pre>
<divclass="block">Returns the cells this cell connects to on the next layer down</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>layer</code> - the layer this cell is on</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>the cells this cell connects to on the next layer down</dd></dl>
<divclass="block">Set the value of temp for the specified layer</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>layer</code> - the layer relating to a specific entry into temp</dd><dd><code>value</code> - the value for that layer</dd></dl>
</li>
</ul>
<aname="setX(int, double)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>setX</h4>
<pre>public void setX(int layer,
double value)</pre>
<divclass="block">Set the value of x for the specified layer</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>layer</code> - the layer relating to a specific entry into x[]</dd><dd><code>value</code> - the x value for that layer</dd></dl>
<divclass="block">Gets the value of x on the specified layer</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>layer</code> - the layer to obtain x for</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>the value of x on the specified layer</dd></dl>
</li>
</ul>
<aname="setY(int, double)">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>setY</h4>
<pre>public void setY(int layer,
double value)</pre>
<divclass="block">Set the value of y for the specified layer</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>layer</code> - the layer relating to a specific entry into y[]</dd><dd><code>value</code> - the y value for that layer</dd></dl>
<li><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphHierarchyEdge.html"title="class in com.mxgraph.layout.hierarchical.model"><spanclass="strong">Next Class</span></a></li>