<divclass="block">Returns the number of edges in the edge array.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>int</code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxCell.html#getEdgeIndex(com.mxgraph.model.mxICell)">getEdgeIndex</a></strong>(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> edge)</code>
<divclass="block">Returns the index of the specified edge in the edge array.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../com/mxgraph/model/mxGeometry.html"title="class in com.mxgraph.model">mxGeometry</a></code></td>
<divclass="block">Returns the Id of the cell as a string.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>int</code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxCell.html#getIndex(com.mxgraph.model.mxICell)">getIndex</a></strong>(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> child)</code>
<divclass="block">Returns the index of the specified child in the child array.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></td>
<divclass="block">Returns the user object of the cell.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxCell.html#insert(com.mxgraph.model.mxICell)">insert</a></strong>(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> child)</code>
<divclass="block">Appends the specified child into the child array and updates the parent
reference of the child.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxCell.html#insert(com.mxgraph.model.mxICell, int)">insert</a></strong>(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> child,
int index)</code>
<divclass="block">Inserts the specified child into the child array at the specified index
and updates the parent reference of the child.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxCell.html#insertEdge(com.mxgraph.model.mxICell, boolean)">insertEdge</a></strong>(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> edge,
boolean isOutgoing)</code>
<divclass="block">Inserts the specified edge into the edge array and returns the edge.</div>
<divclass="block">Removes the child at the specified index from the child array and
returns the child that was removed.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxCell.html#remove(com.mxgraph.model.mxICell)">remove</a></strong>(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> child)</code>
<divclass="block">Removes the given child from the child array and returns it.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxCell.html#removeEdge(com.mxgraph.model.mxICell, boolean)">removeEdge</a></strong>(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> edge,
boolean isOutgoing)</code>
<divclass="block">Removes the specified edge from the edge array and returns the edge.</div>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxCell.html#setGeometry(com.mxgraph.model.mxGeometry)">setGeometry</a></strong>(<ahref="../../../com/mxgraph/model/mxGeometry.html"title="class in com.mxgraph.model">mxGeometry</a> geometry)</code>
<divclass="block">Sets the object to be used as the geometry.</div>
<divclass="block">Sets the Id of the cell to the given string.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxCell.html#setParent(com.mxgraph.model.mxICell)">setParent</a></strong>(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> parent)</code>
<divclass="block">Sets the parent cell.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxCell.html#setSource(com.mxgraph.model.mxICell)">setSource</a></strong>(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> source)</code>
<divclass="block">Sets the string to be used as the style.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxCell.html#setTarget(com.mxgraph.model.mxICell)">setTarget</a></strong>(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> target)</code>
<divclass="block">Sets the target terminal.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxCell.html#setTerminal(com.mxgraph.model.mxICell, boolean)">setTerminal</a></strong>(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> terminal,
boolean isSource)</code>
<divclass="block">Sets the source or target terminal and returns the new terminal.</div>
<divclass="block">Constructs a new cell for the given parameters.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>value</code> - Object that represents the value of the cell.</dd><dd><code>geometry</code> - Specifies the geometry of the cell.</dd><dd><code>style</code> - Specifies the style as a formatted string.</dd></dl>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#getId()">mxICell</a></code></strong></div>
<divclass="block">Returns the Id of the cell as a string.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#getId()">getId</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the Id.</dd></dl>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#setId(java.lang.String)">mxICell</a></code></strong></div>
<divclass="block">Sets the Id of the cell to the given string.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#setId(java.lang.String)">setId</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>id</code> - String that represents the new Id.</dd></dl>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#getValue()">mxICell</a></code></strong></div>
<divclass="block">Returns the user object of the cell.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#getValue()">getValue</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the user object.</dd></dl>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#setValue(java.lang.Object)">mxICell</a></code></strong></div>
<divclass="block">Sets the user object of the cell.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#setValue(java.lang.Object)">setValue</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>value</code> - Object that represents the new value.</dd></dl>
</li>
</ul>
<aname="getGeometry()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getGeometry</h4>
<pre>public <ahref="../../../com/mxgraph/model/mxGeometry.html"title="class in com.mxgraph.model">mxGeometry</a> getGeometry()</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#getGeometry()">mxICell</a></code></strong></div>
<divclass="block">Returns the object that describes the geometry.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#getGeometry()">getGeometry</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the cell geometry.</dd></dl>
<pre>public void setGeometry(<ahref="../../../com/mxgraph/model/mxGeometry.html"title="class in com.mxgraph.model">mxGeometry</a> geometry)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#setGeometry(com.mxgraph.model.mxGeometry)">mxICell</a></code></strong></div>
<divclass="block">Sets the object to be used as the geometry.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#setGeometry(com.mxgraph.model.mxGeometry)">setGeometry</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#getStyle()">mxICell</a></code></strong></div>
<divclass="block">Returns the string that describes the style.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#getStyle()">getStyle</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the cell style.</dd></dl>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#setStyle(java.lang.String)">mxICell</a></code></strong></div>
<divclass="block">Sets the string to be used as the style.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#setStyle(java.lang.String)">setStyle</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
</dl>
</li>
</ul>
<aname="isVertex()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>isVertex</h4>
<pre>public boolean isVertex()</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#isVertex()">mxICell</a></code></strong></div>
<divclass="block">Returns true if the cell is a vertex.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#isVertex()">isVertex</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns true if the cell is a vertex.</dd></dl>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#isEdge()">mxICell</a></code></strong></div>
<divclass="block">Returns true if the cell is an edge.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#isEdge()">isEdge</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns true if the cell is an edge.</dd></dl>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#isConnectable()">mxICell</a></code></strong></div>
<divclass="block">Returns true if the cell is connectable.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#isConnectable()">isConnectable</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the connectable state.</dd></dl>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#isVisible()">mxICell</a></code></strong></div>
<divclass="block">Returns true if the cell is visibile.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#isVisible()">isVisible</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the visible state.</dd></dl>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#setVisible(boolean)">mxICell</a></code></strong></div>
<divclass="block">Specifies if the cell is visible.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#setVisible(boolean)">setVisible</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>visible</code> - Boolean that specifies the new visible state.</dd></dl>
</li>
</ul>
<aname="isCollapsed()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>isCollapsed</h4>
<pre>public boolean isCollapsed()</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#isCollapsed()">mxICell</a></code></strong></div>
<divclass="block">Returns true if the cell is collapsed.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#isCollapsed()">isCollapsed</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the collapsed state.</dd></dl>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#setCollapsed(boolean)">mxICell</a></code></strong></div>
<divclass="block">Sets the collapsed state.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#setCollapsed(boolean)">setCollapsed</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>collapsed</code> - Boolean that specifies the new collapsed state.</dd></dl>
</li>
</ul>
<aname="getParent()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getParent</h4>
<pre>public <ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> getParent()</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#getParent()">mxICell</a></code></strong></div>
<divclass="block">Returns the cell's parent.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#getParent()">getParent</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the parent cell.</dd></dl>
</li>
</ul>
<aname="setParent(com.mxgraph.model.mxICell)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>setParent</h4>
<pre>public void setParent(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> parent)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#setParent(com.mxgraph.model.mxICell)">mxICell</a></code></strong></div>
<divclass="block">Sets the parent cell.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#setParent(com.mxgraph.model.mxICell)">setParent</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>parent</code> - Cell that represents the new parent.</dd></dl>
</li>
</ul>
<aname="getSource()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getSource</h4>
<pre>public <ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> getSource()</pre>
<divclass="block">Returns the source terminal.</div>
</li>
</ul>
<aname="setSource(com.mxgraph.model.mxICell)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>setSource</h4>
<pre>public void setSource(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> source)</pre>
<divclass="block">Sets the source terminal.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>source</code> - Cell that represents the new source terminal.</dd></dl>
</li>
</ul>
<aname="getTarget()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getTarget</h4>
<pre>public <ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> getTarget()</pre>
<divclass="block">Returns the target terminal.</div>
</li>
</ul>
<aname="setTarget(com.mxgraph.model.mxICell)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>setTarget</h4>
<pre>public void setTarget(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> target)</pre>
<divclass="block">Sets the target terminal.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>target</code> - Cell that represents the new target terminal.</dd></dl>
</li>
</ul>
<aname="getTerminal(boolean)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getTerminal</h4>
<pre>public <ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> getTerminal(boolean source)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#getTerminal(boolean)">mxICell</a></code></strong></div>
<divclass="block">Returns the source or target terminal.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#getTerminal(boolean)">getTerminal</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>source</code> - Boolean that specifies if the source terminal should be
returned.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the source or target terminal.</dd></dl>
<pre>public <ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> setTerminal(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> terminal,
boolean isSource)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#setTerminal(com.mxgraph.model.mxICell, boolean)">mxICell</a></code></strong></div>
<divclass="block">Sets the source or target terminal and returns the new terminal.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#setTerminal(com.mxgraph.model.mxICell, boolean)">setTerminal</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>terminal</code> - Cell that represents the new source or target terminal.</dd><dd><code>isSource</code> - Boolean that specifies if the source or target terminal
should be set.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the new terminal.</dd></dl>
</li>
</ul>
<aname="getChildCount()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getChildCount</h4>
<pre>public int getChildCount()</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#getChildCount()">mxICell</a></code></strong></div>
<divclass="block">Returns the number of child cells.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#getChildCount()">getChildCount</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the number of children.</dd></dl>
</li>
</ul>
<aname="getIndex(com.mxgraph.model.mxICell)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getIndex</h4>
<pre>public int getIndex(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> child)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#getIndex(com.mxgraph.model.mxICell)">mxICell</a></code></strong></div>
<divclass="block">Returns the index of the specified child in the child array.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#getIndex(com.mxgraph.model.mxICell)">getIndex</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>child</code> - Child whose index should be returned.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the index of the given child.</dd></dl>
</li>
</ul>
<aname="getChildAt(int)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getChildAt</h4>
<pre>public <ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> getChildAt(int index)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#getChildAt(int)">mxICell</a></code></strong></div>
<divclass="block">Returns the child at the specified index.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#getChildAt(int)">getChildAt</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>index</code> - Integer that specifies the child to be returned.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the child at the given index.</dd></dl>
</li>
</ul>
<aname="insert(com.mxgraph.model.mxICell)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>insert</h4>
<pre>public <ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> insert(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> child)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#insert(com.mxgraph.model.mxICell)">mxICell</a></code></strong></div>
<divclass="block">Appends the specified child into the child array and updates the parent
reference of the child. Returns the appended child.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#insert(com.mxgraph.model.mxICell)">insert</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>child</code> - Cell to be appended to the child array.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the new child.</dd></dl>
</li>
</ul>
<aname="insert(com.mxgraph.model.mxICell, int)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>insert</h4>
<pre>public <ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> insert(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> child,
int index)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#insert(com.mxgraph.model.mxICell, int)">mxICell</a></code></strong></div>
<divclass="block">Inserts the specified child into the child array at the specified index
and updates the parent reference of the child. Returns the inserted child.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#insert(com.mxgraph.model.mxICell, int)">insert</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>child</code> - Cell to be inserted into the child array.</dd><dd><code>index</code> - Integer that specifies the index at which the child should
be inserted into the child array.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the new child.</dd></dl>
</li>
</ul>
<aname="remove(int)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>remove</h4>
<pre>public <ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> remove(int index)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#remove(int)">mxICell</a></code></strong></div>
<divclass="block">Removes the child at the specified index from the child array and
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#remove(int)">remove</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>index</code> - Integer that specifies the index of the child to be
removed.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the child that was removed.</dd></dl>
</li>
</ul>
<aname="remove(com.mxgraph.model.mxICell)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>remove</h4>
<pre>public <ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> remove(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> child)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#remove(com.mxgraph.model.mxICell)">mxICell</a></code></strong></div>
<divclass="block">Removes the given child from the child array and returns it. Will remove
the parent reference of the child.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#remove(com.mxgraph.model.mxICell)">remove</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>child</code> - Cell that represents the child to be removed.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the child that was removed.</dd></dl>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#removeFromParent()">mxICell</a></code></strong></div>
<divclass="block">Removes the cell from its parent.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#removeFromParent()">removeFromParent</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
</dl>
</li>
</ul>
<aname="getEdgeCount()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getEdgeCount</h4>
<pre>public int getEdgeCount()</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#getEdgeCount()">mxICell</a></code></strong></div>
<divclass="block">Returns the number of edges in the edge array.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#getEdgeCount()">getEdgeCount</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the number of edges.</dd></dl>
</li>
</ul>
<aname="getEdgeIndex(com.mxgraph.model.mxICell)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getEdgeIndex</h4>
<pre>public int getEdgeIndex(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> edge)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#getEdgeIndex(com.mxgraph.model.mxICell)">mxICell</a></code></strong></div>
<divclass="block">Returns the index of the specified edge in the edge array.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#getEdgeIndex(com.mxgraph.model.mxICell)">getEdgeIndex</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>edge</code> - Cell whose index should be returned.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the index of the given edge.</dd></dl>
</li>
</ul>
<aname="getEdgeAt(int)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getEdgeAt</h4>
<pre>public <ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> getEdgeAt(int index)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#getEdgeAt(int)">mxICell</a></code></strong></div>
<divclass="block">Returns the edge at the specified index in the edge array.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#getEdgeAt(int)">getEdgeAt</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>index</code> - Integer that specifies the index of the edge to be
returned.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the edge at the given index.</dd></dl>
<pre>public <ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> insertEdge(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> edge,
boolean isOutgoing)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#insertEdge(com.mxgraph.model.mxICell, boolean)">mxICell</a></code></strong></div>
<divclass="block">Inserts the specified edge into the edge array and returns the edge.
Will update the respective terminal reference of the edge.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#insertEdge(com.mxgraph.model.mxICell, boolean)">insertEdge</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>edge</code> - Cell to be inserted into the edge array.</dd><dd><code>isOutgoing</code> - Boolean that specifies if the edge is outgoing.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the new edge.</dd></dl>
<pre>public <ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> removeEdge(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> edge,
boolean isOutgoing)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#removeEdge(com.mxgraph.model.mxICell, boolean)">mxICell</a></code></strong></div>
<divclass="block">Removes the specified edge from the edge array and returns the edge.
Will remove the respective terminal reference from the edge.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#removeEdge(com.mxgraph.model.mxICell, boolean)">removeEdge</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>edge</code> - Cell to be removed from the edge array.</dd><dd><code>isOutgoing</code> - Boolean that specifies if the edge is outgoing.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the edge that was removed.</dd></dl>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../../com/mxgraph/model/mxICell.html#removeFromTerminal(boolean)">mxICell</a></code></strong></div>
<divclass="block">Removes the edge from its source or target terminal.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#removeFromTerminal(boolean)">removeFromTerminal</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>isSource</code> - Boolean that specifies if the edge should be removed
<divclass="block">Returns the specified attribute from the user object if it is an XML
node.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>name</code> - Name of the attribute whose value should be returned.</dd><dd><code>defaultValue</code> - Default value to use if the attribute has no value.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Returns the value of the given attribute or defaultValue.</dd></dl>
<divclass="block">Sets the specified attribute on the user object if it is an XML node.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>name</code> - Name of the attribute whose value should be set.</dd><dd><code>value</code> - New value of the attribute.</dd></dl>
<divclass="block">Returns a clone of the cell.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../com/mxgraph/model/mxICell.html#clone()">clone</a></code> in interface <code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></dd>