<li><ahref="../../../com/mxgraph/model/mxGraphModel.mxVisibleChange.html"title="class in com.mxgraph.model"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../com/mxgraph/model/mxIGraphModel.html"title="interface in com.mxgraph.model"><spanclass="strong">Next Class</span></a></li>
<tdclass="colFirst"><code><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></code></td>
<divclass="block">Returns the number of edges in the edge array.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>int</code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxICell.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="altColor">
<tdclass="colFirst"><code><ahref="../../../com/mxgraph/model/mxGeometry.html"title="class in com.mxgraph.model">mxGeometry</a></code></td>
<tdclass="colFirst"><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a></code></td>
<divclass="block">Returns the Id of the cell as a string.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>int</code></td>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxICell.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="rowColor">
<tdclass="colFirst"><code><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a></code></td>
<tdclass="colFirst"><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a></code></td>
<tdclass="colFirst"><code><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></code></td>
<divclass="block">Returns the user object of the cell.</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/mxICell.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="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/mxICell.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="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/mxICell.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="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/mxICell.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="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/mxICell.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/mxICell.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>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxICell.html#setId(java.lang.String)">setId</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> id)</code>
<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/mxICell.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>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxICell.html#setStyle(java.lang.String)">setStyle</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> style)</code>
<divclass="block">Sets the string to be used as the style.</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/mxICell.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>
<tdclass="colLast"><code><strong><ahref="../../../com/mxgraph/model/mxICell.html#setValue(java.lang.Object)">setValue</a></strong>(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a> value)</code>
<pre><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> getId()</pre>
<pre>void setId(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> id)</pre>
<pre><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> getValue()</pre>
<pre>void setValue(<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> value)</pre>
<pre><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> getStyle()</pre>
<pre>void setStyle(<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> style)</pre>
<pre><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">Sets the source or target terminal and returns the new terminal.</div>
<dl><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>int getChildCount()</pre>
<divclass="block">Returns the number of child cells.</div>
<dl><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>int getIndex(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> child)</pre>
<divclass="block">Returns the index of the specified child in the child array.</div>
<dl><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><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> getChildAt(int index)</pre>
<divclass="block">Returns the child at the specified index.</div>
<dl><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><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">Appends the specified child into the child array and updates the parent
reference of the child. Returns the appended child.</div>
<dl><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><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">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><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><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> remove(int index)</pre>
<divclass="block">Removes the child at the specified index from the child array and
<dl><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><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">Removes the given child from the child array and returns it. Will remove
the parent reference of the child.</div>
<dl><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>
</li>
</ul>
<aname="removeFromParent()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>removeFromParent</h4>
<pre>void removeFromParent()</pre>
<divclass="block">Removes the cell from its parent.</div>
</li>
</ul>
<aname="getEdgeCount()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getEdgeCount</h4>
<pre>int getEdgeCount()</pre>
<divclass="block">Returns the number of edges in the edge array.</div>
<dl><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>int getEdgeIndex(<ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> edge)</pre>
<divclass="block">Returns the index of the specified edge in the edge array.</div>
<dl><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><ahref="../../../com/mxgraph/model/mxICell.html"title="interface in com.mxgraph.model">mxICell</a> getEdgeAt(int index)</pre>
<divclass="block">Returns the edge at the specified index in the edge array.</div>
<dl><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><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">Inserts the specified edge into the edge array and returns the edge.
Will update the respective terminal reference of the edge.</div>
<dl><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><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">Removes the specified edge from the edge array and returns the edge.
Will remove the respective terminal reference from the edge.</div>
<dl><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>
<pre><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> clone()
throws <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/CloneNotSupportedException.html?is-external=true"title="class or interface in java.lang">CloneNotSupportedException</a></pre>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/CloneNotSupportedException.html?is-external=true"title="class or interface in java.lang">CloneNotSupportedException</a></code></dd></dl>
<li><ahref="../../../com/mxgraph/model/mxGraphModel.mxVisibleChange.html"title="class in com.mxgraph.model"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../com/mxgraph/model/mxIGraphModel.html"title="interface in com.mxgraph.model"><spanclass="strong">Next Class</span></a></li>