OFC Charts 3.1


com.oxymel.ofc.charts.data.grid
Class GridNode

java.lang.Object
  |
  +--com.oxymel.ofc.charts.data.grid.GridNode

public class GridNode
extends java.lang.Object


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

GridNode

public GridNode(double x,
                double y,
                double z)
Constructor
Parameters:
x - X of node
y - Y of node
z - Z of node
Method Detail

getX

public double getX()
Get X of node
Returns:
X of node

getY

public double getY()
Get Y of node
Returns:
Y of node

getZ

public double getZ()
Get Z of node
Returns:
Z of node

OFC Charts 3.1


Copyright © 2005 Oxymel SA All Rights Reserved.