<li><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphHierarchyModel.html"title="class in com.mxgraph.layout.hierarchical.model"><spanclass="strong">Next Class</span></a></li>
<li><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">com.mxgraph.layout.hierarchical.model.mxGraphAbstractHierarchyCell</a></li>
<pre>public class <spanclass="strong">mxGraphHierarchyEdge</span>
extends <ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a></pre>
<divclass="block">An abstraction of a hierarchical edge for the hierarchy layout</div>
<divclass="block">Whether or not the direction of this edge has been reversed
internally to create a DAG for the hierarchical layout</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphHierarchyNode.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphHierarchyNode</a></code></td>
<divclass="block">The node this edge is sourced at</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphHierarchyNode.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphHierarchyNode</a></code></td>
<h3>Fields inherited from class com.mxgraph.layout.hierarchical.model.<ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a></h3>
<tdclass="colFirst"><code>java.util.List<<ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a>></code></td>
<tdclass="colFirst"><code>java.util.List<<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 com.mxgraph.layout.hierarchical.model.<ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a></h3>
<divclass="block">The graph edge(s) this object represents. Parallel edges are all grouped
together within one hierarchy edge.</div>
</li>
</ul>
<aname="source">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>source</h4>
<pre>public <ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphHierarchyNode.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphHierarchyNode</a> source</pre>
<divclass="block">The node this edge is sourced at</div>
</li>
</ul>
<aname="target">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>target</h4>
<pre>public <ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphHierarchyNode.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphHierarchyNode</a> target</pre>
<divclass="block">The node this edge targets</div>
</li>
</ul>
<aname="isReversed">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>isReversed</h4>
<pre>protected boolean isReversed</pre>
<divclass="block">Whether or not the direction of this edge has been reversed
internally to create a DAG for the hierarchical layout</div>
<pre>public java.util.List<<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><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html#getNextLayerConnectedCells(int)">getNextLayerConnectedCells</a></code> in class <code><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a></code></dd>
<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>
<pre>public java.util.List<<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><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html#getPreviousLayerConnectedCells(int)">getPreviousLayerConnectedCells</a></code> in class <code><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a></code></dd>
<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>
</li>
</ul>
<aname="isEdge()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>isEdge</h4>
<pre>public boolean isEdge()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html#isEdge()">isEdge</a></code> in class <code><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a></code></dd>
<dt><spanclass="strong">Returns:</span></dt><dd>whether or not this cell is an edge</dd></dl>
</li>
</ul>
<aname="isVertex()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>isVertex</h4>
<pre>public boolean isVertex()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html#isVertex()">isVertex</a></code> in class <code><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a></code></dd>
<dt><spanclass="strong">Returns:</span></dt><dd>whether or not this cell is a node</dd></dl>
<divclass="block">Gets the value of temp for the specified layer</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html#getGeneralPurposeVariable(int)">getGeneralPurposeVariable</a></code> in class <code><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>layer</code> - the layer relating to a specific entry into temp</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>the value for that layer</dd></dl>
<divclass="block">Set the value of temp for the specified layer</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html#setGeneralPurposeVariable(int, int)">setGeneralPurposeVariable</a></code> in class <code><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model">mxGraphAbstractHierarchyCell</a></code></dd>
<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><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphAbstractHierarchyCell.html"title="class in com.mxgraph.layout.hierarchical.model"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../../com/mxgraph/layout/hierarchical/model/mxGraphHierarchyModel.html"title="class in com.mxgraph.layout.hierarchical.model"><spanclass="strong">Next Class</span></a></li>