mxICell Methods |
The mxICell type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildCount |
Returns the number of child cells.
| |
| Clone |
Returns a clone of this cell.
| |
| EdgeCount |
Returns the number of edges in the edge array.
| |
| GetChildAt |
Returns the child at the specified index.
| |
| GetEdgeAt |
Returns the edge at the specified index in the edge array.
| |
| GetEdgeIndex |
Returns the index of the specified edge in the edge array.
| |
| GetIndex |
Returns the index of the specified child in the child array.
| |
| GetTerminal |
Returns the source or target terminal of the cell.
| |
| Insert(mxICell) |
Appends the specified child into the child array and updates the parent
reference of the child.
| |
| Insert(mxICell, Int32) |
Inserts the specified child into the child array at the specified index
and updates the parent reference of the child.
| |
| InsertEdge |
Inserts the specified edge into the edge array and returns the edge.
Will update the respective terminal reference of the edge.
| |
| Remove(Int32) |
Removes the child at the specified index from the child array and
returns the child that was removed. Will remove the parent reference of
the child.
| |
| Remove(mxICell) |
Removes the given child from the child array. Will remove the parent
reference of the child.
| |
| RemoveEdge |
Removes the specified edge from the edge array and returns the edge.
Will remove the respective terminal reference from the edge.
| |
| RemoveFromParent |
Removes the cell from its parent.
| |
| RemoveFromTerminal |
Removes the edge from its source or target terminal.
| |
| SetTerminal |
Sets the source or target terminal.
|