ca.nanometrics.gflot.client
Class DataPoint

java.lang.Object
  extended by ca.nanometrics.gflot.client.util.JSONWrapper
      extended by ca.nanometrics.gflot.client.util.JSONArrayWrapper
          extended by ca.nanometrics.gflot.client.DataPoint

public class DataPoint
extends JSONArrayWrapper

Author:
AlexanderDeleon

Constructor Summary
DataPoint()
           
DataPoint(double x, double y)
           
DataPoint(com.google.gwt.json.client.JSONArray array)
           
 
Method Summary
 double getX()
           
 double getY()
           
 void setX(double x)
           
 void setY(double y)
           
 
Methods inherited from class ca.nanometrics.gflot.client.util.JSONArrayWrapper
_slice, _slice, clear, equals, get, getArray, getDouble, getInteger, getNumber, getObject, getString, getWrappedObj, hashCode, push, push, push, push, pushAll, pushAll, pushAll, pushAll, set, set, set, set, set, shift, size, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataPoint

public DataPoint()

DataPoint

public DataPoint(com.google.gwt.json.client.JSONArray array)

DataPoint

public DataPoint(double x,
                 double y)
Method Detail

setX

public void setX(double x)

setY

public void setY(double y)

getX

public double getX()

getY

public double getY()


Copyright © 2009. All Rights Reserved.