|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.oxymel.ofc.charts.data.grid.GridNode
Constructor Summary | |
GridNode(double x,
double y,
double z)
Constructor |
Method Summary | |
double |
getX()
Get X of node |
double |
getY()
Get Y of node |
double |
getZ()
Get Z of node |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GridNode(double x, double y, double z)
x
- X of nodey
- Y of nodez
- Z of nodeMethod Detail |
public double getX()
public double getY()
public double getZ()
|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |