Uses of Class
de.cau.cs.kieler.core.slimgraph.KSlimEdge.Bend.Type

Packages that use KSlimEdge.Bend.Type
de.cau.cs.kieler.core.slimgraph Slim graph representation for undirected graphs, used in many graph algorithms. 
 

Uses of KSlimEdge.Bend.Type in de.cau.cs.kieler.core.slimgraph
 

Methods in de.cau.cs.kieler.core.slimgraph that return KSlimEdge.Bend.Type
 KSlimEdge.Bend.Type KSlimEdge.Bend.getType()
          Returns the bend type.
static KSlimEdge.Bend.Type KSlimEdge.Bend.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KSlimEdge.Bend.Type[] KSlimEdge.Bend.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.cau.cs.kieler.core.slimgraph with parameters of type KSlimEdge.Bend.Type
KSlimEdge.Bend(KSlimEdge theedge, KSlimEdge.Bend.Type thetype)
          Creates an edge bend of given type.