mxGraphFindTreeRoots Method |
| Name | Description | |
|---|---|---|
| FindTreeRoots(Object) |
Returns all children in the given parent which do not have incoming
edges. If the result is empty then the with the greatest difference
between incoming and outgoing edges is returned.
| |
| FindTreeRoots(Object, Boolean) |
Returns all children in the given parent which do not have incoming
edges. If the result is empty then the with the greatest difference
between incoming and outgoing edges is returned.
| |
| FindTreeRoots(Object, Boolean, Boolean) |
Returns all children in the given parent which do not have incoming
edges. If the result is empty then the with the greatest difference
between incoming and outgoing edges is returned.
|