org.wilmascope.forcelayout
Class EdgeForceLayout

java.lang.Object
  extended by org.wilmascope.graph.EdgeLayout
      extended by org.wilmascope.forcelayout.EdgeForceLayout
All Implemented Interfaces:
EdgeAbility, Layable

public class EdgeForceLayout
extends EdgeLayout

Version:
1.0
Author:
Tim Dwyer

Constructor Summary
EdgeForceLayout()
           
 
Method Summary
 float getRelaxedLength()
           
 float getStiffness()
           
 void resetProperties()
          Should be overridden (with a call to this super implementation) to load any properties from the node properties that are specific to the layout engine
 void setRelaxedLength(float relaxedLength)
           
 void setStiffness(float stiffness)
           
 
Methods inherited from class org.wilmascope.graph.EdgeLayout
delete, getEdge, setEdge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeForceLayout

public EdgeForceLayout()
Method Detail

getRelaxedLength

public float getRelaxedLength()

setRelaxedLength

public void setRelaxedLength(float relaxedLength)

setStiffness

public void setStiffness(float stiffness)

getStiffness

public float getStiffness()

resetProperties

public void resetProperties()
Description copied from class: EdgeLayout
Should be overridden (with a call to this super implementation) to load any properties from the node properties that are specific to the layout engine

Overrides:
resetProperties in class EdgeLayout