Ontimize 5.2072EN

com.ontimize.gui.customcharts
Class Coordinate

java.lang.Object
  extended bycom.ontimize.gui.customcharts.Coordinate

public class Coordinate
extends java.lang.Object


Constructor Summary
Coordinate(float x, float y, float z)
           
 
Method Summary
 float getX()
           
 float getY()
           
 float getZ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Coordinate

public Coordinate(float x,
                  float y,
                  float z)
Method Detail

getX

public float getX()

getZ

public float getZ()

getY

public float getY()

Ontimize