|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xistrat.util.d3.vrmlgraph.Node
public class Node
The Node class acts as an object to store information about nodes.
Constructor Summary | |
---|---|
Node(java.lang.String label,
double x,
double y,
double z)
Constructor for the Node object |
Method Summary | |
---|---|
double |
getFX()
Gets the FX attribute of the Node object |
double |
getFY()
Gets the FY attribute of the Node object |
double |
getFZ()
Gets the FZ attribute of the Node object |
java.lang.String |
getLabel()
Gets the Label attribute of the Node object |
double |
getX()
Gets the X attribute of the Node object |
double |
getY()
Gets the Y attribute of the Node object |
double |
getZ()
Gets the Z attribute of the Node object |
void |
setFX(double fx)
Sets the FX attribute of the Node object |
void |
setFY(double fy)
Sets the FY attribute of the Node object |
void |
setFZ(double fz)
Sets the FZ attribute of the Node object |
void |
setX(double x)
Sets the X attribute of the Node object |
void |
setY(double y)
Sets the Y attribute of the Node object |
void |
setZ(double z)
Sets the Z attribute of the Node object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Node(java.lang.String label, double x, double y, double z)
label
- The label of the nodex
- The x coordinate of the nodey
- The y coordinate of the nodez
- The z coordinate of the nodeMethod Detail |
---|
public void setX(double x)
x
- The new x coordinate of the nodepublic void setY(double y)
y
- The new y coordinate of the nodepublic void setZ(double z)
z
- The new z coordinate of the nodepublic void setFX(double fx)
fx
- The new x component of the forcepublic void setFY(double fy)
fy
- The new y component of the forcepublic void setFZ(double fz)
fz
- The new z component of the forcepublic java.lang.String getLabel()
public double getX()
public double getY()
public double getZ()
public double getFX()
public double getFY()
public double getFZ()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |