|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gephi.layout.plugin.force.StepDisplacement
public class StepDisplacement
The node is moved a fixed distance (step) in the direction of the force.
Constructor Summary | |
---|---|
StepDisplacement(float step)
|
Method Summary | |
---|---|
void |
moveNode(NodeData node,
ForceVector forceData)
|
void |
setStep(float step)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StepDisplacement(float step)
Method Detail |
---|
public void moveNode(NodeData node, ForceVector forceData)
moveNode
in interface Displacement
public void setStep(float step)
setStep
in interface Displacement
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |