Uses of Class
net.ogdf.lib.Graph.EdgeType

Packages that use Graph.EdgeType
net.ogdf.lib   
 

Uses of Graph.EdgeType in net.ogdf.lib
 

Methods in net.ogdf.lib that return Graph.EdgeType
 Graph.EdgeType GraphAttributes.getEdgeType(EdgeElement e)
           
static Graph.EdgeType Graph.EdgeType.swigToEnum(int swigValue)
           
static Graph.EdgeType Graph.EdgeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Graph.EdgeType[] Graph.EdgeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.ogdf.lib with parameters of type Graph.EdgeType
 void GraphAttributes.setEdgeType(EdgeElement e, Graph.EdgeType type)