|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wilmascope.graph.EdgeLayout
org.wilmascope.forcelayout.EdgeForceLayout
public class EdgeForceLayout
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 |
---|
public EdgeForceLayout()
Method Detail |
---|
public float getRelaxedLength()
public void setRelaxedLength(float relaxedLength)
public void setStiffness(float stiffness)
public float getStiffness()
public void resetProperties()
EdgeLayout
resetProperties
in class EdgeLayout
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |