de.cau.cs.kieler.klay.force.graph
Class FBendpoint

java.lang.Object
  extended by de.cau.cs.kieler.core.properties.MapPropertyHolder
      extended by de.cau.cs.kieler.klay.force.graph.FParticle
          extended by 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 red

Constructor Summary
FBendpoint(FEdge edge)
          Construct a new bend point on the given edge.
 
Method Summary
 FEdge getEdge()
          Returns the edge this bend point belongs to.
 String toString()
          
 
Methods inherited from class de.cau.cs.kieler.klay.force.graph.FParticle
getPosition, getRadius, getSize
 
Methods inherited from class de.cau.cs.kieler.core.properties.MapPropertyHolder
checkProperties, copyProperties, getAllProperties, getProperty, getProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

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