mxICell Interface |
Namespace: imbSCI.Graph.MXGraph.model
The mxICell type exposes the following members.
| Name | Description | |
|---|---|---|
| Collapsed |
Sets or returns the collapsed state of the cell.
| |
| Connectable |
Returns true if the cell is connectable.
| |
| Edge |
Returns true if the cell is an edge.
| |
| Geometry |
Sets or returns the geometry of the cell.
| |
| Id |
Sets or returns the Id of the cell.
| |
| Parent |
Sets or returns the parent of the cell.
| |
| Style |
Sets or returns the string that describes the style.
| |
| Value |
Sets or returns the user object of the cell.
| |
| Vertex |
Returns true if the cell is a vertex.
| |
| Visible |
Sets or returns the visible state of the cell.
|
| 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.
|