Uses of Class
net.ogdf.lib.EdgeElement

Packages that use EdgeElement
net.ogdf.lib   
 

Uses of EdgeElement in net.ogdf.lib
 

Methods in net.ogdf.lib that return EdgeElement
 EdgeElement Graph.newEdge(NodeElement arg0, NodeElement arg1)
           
 EdgeElement EdgeElementListConstIterator.next()
           
 EdgeElement EdgeLabelDouble.theEdge()
           
 

Methods in net.ogdf.lib with parameters of type EdgeElement
 DPolyline GraphAttributes.bends(EdgeElement arg0)
           
protected static long EdgeElement.getCPtr(EdgeElement obj)
           
 Graph.EdgeType GraphAttributes.getEdgeType(EdgeElement e)
           
 EdgeLabelDouble ELabelInterfaceDouble.getLabel(EdgeElement arg0)
           
 void EdgeLabelDouble.setEdge(EdgeElement arg0)
           
 void GraphAttributes.setEdgeType(EdgeElement e, Graph.EdgeType type)
           
 void ELabelInterfaceDouble.setLabel(EdgeElement arg0, EdgeLabelDouble arg1)