ca.nanometrics.gflot.client
Class PlotPosition
java.lang.Object
ca.nanometrics.gflot.client.util.JSONWrapper
ca.nanometrics.gflot.client.util.JSONObjectWrapper
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
|
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 |
PlotPosition
protected PlotPosition()
PlotPosition
protected PlotPosition(com.google.gwt.json.client.JSONObject obj)
PlotPosition
public PlotPosition(java.lang.Double x,
java.lang.Double y)
getX
public java.lang.Double getX()
getY
public java.lang.Double getY()
Copyright © 2009. All Rights Reserved.