Click or drag to resize

mxGraphGetEdges Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Overload List
  NameDescription
Public methodGetEdges(Object)
Returns all visible edges connected to the given cell including loops.
Public methodGetEdges(Object, Object)
Returns all visible edges connected to the given cell including loops.
Public methodGetEdges(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.
Public methodGetEdges(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.
Top
See Also