Uses of Class
de.cau.cs.kieler.klay.force.graph.FEdge

Packages that use FEdge
de.cau.cs.kieler.klay.force.graph Basic structures for the force layouter. 
 

Uses of FEdge in de.cau.cs.kieler.klay.force.graph
 

Methods in de.cau.cs.kieler.klay.force.graph that return FEdge
 FEdge FBendpoint.getEdge()
          Returns the edge this bend point belongs to.
 FEdge FLabel.getEdge()
          Returns the associated edge.
 

Methods in de.cau.cs.kieler.klay.force.graph that return types with arguments of type FEdge
 List<FEdge> FGraph.getEdges()
          Returns the list of edges for this graph.
 

Constructors in de.cau.cs.kieler.klay.force.graph with parameters of type FEdge
FBendpoint(FEdge edge)
          Construct a new bend point on the given edge.
FLabel(FEdge fedge, String text)
          Create a new label.