mxGraphGetEdges Method |
| Name | Description | |
|---|---|---|
| GetEdges(Object) |
Returns all visible edges connected to the given cell including loops.
| |
| GetEdges(Object, Object) |
Returns all visible edges connected to the given cell including loops.
| |
| GetEdges(Object, Object, Boolean, Boolean, Boolean) |
Returns the incoming and/or outgoing edges for the given cell.
If the optional parent argument is specified, then only edges are returned
where the opposite is in the given parent cell. If at least one of incoming
or outgoing is true, then loops are ignored, if both are false, then all
edges connected to the given cell are returned including loops.
| |
| GetEdges(Object, Object, Boolean, Boolean, Boolean, Boolean) |
Returns the incoming and/or outgoing edges for the given cell.
If the optional parent argument is specified, then only edges are returned
where the opposite is in the given parent cell. If at least one of incoming
or outgoing is true, then loops are ignored, if both are false, then all
edges connected to the given cell are returned including loops.
|