ca.nanometrics.gflot.client
Class PlotPosition

java.lang.Object
  extended by ca.nanometrics.gflot.client.util.JSONWrapper
      extended by ca.nanometrics.gflot.client.util.JSONObjectWrapper
          extended by ca.nanometrics.gflot.client.PlotPosition

public class PlotPosition
extends JSONObjectWrapper

A position in a plot. If the plot has dual axis x2 and/or y2 will be not null.

Author:
Alexander De Leon

Constructor Summary
protected PlotPosition()
           
  PlotPosition(java.lang.Double x, java.lang.Double y)
           
protected PlotPosition(com.google.gwt.json.client.JSONObject obj)
           
 
Method Summary
 java.lang.Double getX()
           
 java.lang.Double getY()
           
 
Methods inherited from class ca.nanometrics.gflot.client.util.JSONObjectWrapper
equals, get, getArray, getDouble, getInteger, getNumber, getObject, getString, getWrappedObj, hashCode, put, put, put, put, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlotPosition

protected PlotPosition()

PlotPosition

protected PlotPosition(com.google.gwt.json.client.JSONObject obj)

PlotPosition

public PlotPosition(java.lang.Double x,
                    java.lang.Double y)
Method Detail

getX

public java.lang.Double getX()

getY

public java.lang.Double getY()


Copyright © 2009. All Rights Reserved.