Add(Object parent, Object child, int index) | com.mxgraph.mxIGraphModel | |
BeginUpdate() | com.mxgraph.mxIGraphModel | |
CloneCells(Object[] cells, bool includeChildren) | com.mxgraph.mxIGraphModel | |
Contains(Object cell) | com.mxgraph.mxIGraphModel | |
EndUpdate() | com.mxgraph.mxIGraphModel | |
GetChildAt(Object parent, int index) | com.mxgraph.mxIGraphModel | |
GetChildCount(Object cell) | com.mxgraph.mxIGraphModel | |
GetEdgeAt(Object cell, int index) | com.mxgraph.mxIGraphModel | |
GetEdgeCount(Object cell) | com.mxgraph.mxIGraphModel | |
GetGeometry(Object cell) | com.mxgraph.mxIGraphModel | |
GetParent(Object child) | com.mxgraph.mxIGraphModel | |
GetStyle(Object cell) | com.mxgraph.mxIGraphModel | |
GetTerminal(Object edge, bool source) | com.mxgraph.mxIGraphModel | |
GetValue(Object cell) | com.mxgraph.mxIGraphModel | |
GraphModelChange | com.mxgraph.mxIGraphModel | |
IsAncestor(Object parent, Object child) | com.mxgraph.mxIGraphModel | |
IsCollapsed(Object cell) | com.mxgraph.mxIGraphModel | |
IsConnectable(Object cell) | com.mxgraph.mxIGraphModel | |
IsEdge(Object cell) | com.mxgraph.mxIGraphModel | |
IsVertex(Object cell) | com.mxgraph.mxIGraphModel | |
IsVisible(Object cell) | com.mxgraph.mxIGraphModel | |
Remove(Object parent) | com.mxgraph.mxIGraphModel | |
Root | com.mxgraph.mxIGraphModel | |
SetCollapsed(Object cell, bool collapsed) | com.mxgraph.mxIGraphModel | |
SetGeometry(Object cell, mxGeometry geometry) | com.mxgraph.mxIGraphModel | |
SetStyle(Object cell, string style) | com.mxgraph.mxIGraphModel | |
SetTerminal(Object edge, Object terminal, bool source) | com.mxgraph.mxIGraphModel | |
SetValue(Object cell, Object value) | com.mxgraph.mxIGraphModel | |
SetVisible(Object cell, bool visible) | com.mxgraph.mxIGraphModel | |