de.cau.cs.kieler.klay.force.graph
Class FBendpoint
java.lang.Object
de.cau.cs.kieler.core.properties.MapPropertyHolder
de.cau.cs.kieler.klay.force.graph.FParticle
de.cau.cs.kieler.klay.force.graph.FBendpoint
- All Implemented Interfaces:
- IPropertyHolder
public class FBendpoint
- extends FParticle
A bend point in the force graph.
- Rating

Constructor Summary |
FBendpoint(FEdge edge)
Construct a new bend point on the given edge. |
FBendpoint
public FBendpoint(FEdge edge)
- Construct a new bend point on the given edge. The bend point is also put
into the edge's list of bend points.
- Parameters:
edge
- the edge this bend point belongs to
toString
public String toString()
-
- Overrides:
toString
in class Object
getEdge
public FEdge getEdge()
- Returns the edge this bend point belongs to.
- Returns:
- the corresponding edge