|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wilmascope.graph.NodeLayout
org.wilmascope.forcelayout.NodeForceLayout
org.wilmascope.columnlayout.NodeColumnLayout
public class NodeColumnLayout
Title:
Description:
Copyright: Copyright (c) 2001
Company:
Constructor Summary | |
---|---|
NodeColumnLayout(int level)
|
Method Summary | |
---|---|
void |
addForce(javax.vecmath.Vector3f f)
Add a force vector which will act on this NodeForceLayout |
float |
getHeight()
|
int |
getStratum()
|
void |
setHeight(float f)
|
void |
setLevel(int level)
|
void |
subForce(javax.vecmath.Vector3f f)
'Subtract' a force vector |
Methods inherited from class org.wilmascope.forcelayout.NodeForceLayout |
---|
applyForce, getNetForce, resetProperties |
Methods inherited from class org.wilmascope.graph.NodeLayout |
---|
delete, getNode, isFixedPosition, setFixedPosition, setNode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeColumnLayout(int level)
Method Detail |
---|
public void setLevel(int level)
public int getStratum()
public void addForce(javax.vecmath.Vector3f f)
NodeForceLayout
addForce
in class NodeForceLayout
public void subForce(javax.vecmath.Vector3f f)
NodeForceLayout
subForce
in class NodeForceLayout
public float getHeight()
public void setHeight(float f)
f
- height of the node, often different from radius for nodes
in Column Clusters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |