Click or drag to resize

mxICell Methods

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The mxICell type exposes the following members.

Methods
  NameDescription
Public methodChildCount
Returns the number of child cells.
Public methodClone
Returns a clone of this cell.
Public methodEdgeCount
Returns the number of edges in the edge array.
Public methodGetChildAt
Returns the child at the specified index.
Public methodGetEdgeAt
Returns the edge at the specified index in the edge array.
Public methodGetEdgeIndex
Returns the index of the specified edge in the edge array.
Public methodGetIndex
Returns the index of the specified child in the child array.
Public methodGetTerminal
Returns the source or target terminal of the cell.
Public methodInsert(mxICell)
Appends the specified child into the child array and updates the parent reference of the child.
Public methodInsert(mxICell, Int32)
Inserts the specified child into the child array at the specified index and updates the parent reference of the child.
Public methodInsertEdge
Inserts the specified edge into the edge array and returns the edge. Will update the respective terminal reference of the edge.
Public methodRemove(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.
Public methodRemove(mxICell)
Removes the given child from the child array. Will remove the parent reference of the child.
Public methodRemoveEdge
Removes the specified edge from the edge array and returns the edge. Will remove the respective terminal reference from the edge.
Public methodRemoveFromParent
Removes the cell from its parent.
Public methodRemoveFromTerminal
Removes the edge from its source or target terminal.
Public methodSetTerminal
Sets the source or target terminal.
Top
See Also