ca.nanometrics.gflot.client
Class PlotItem

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.PlotItem

public class PlotItem
extends JSONObjectWrapper

Author:
Alexander De Leon

Constructor Summary
protected PlotItem(com.google.gwt.json.client.JSONObject obj)
           
 
Method Summary
 java.lang.Integer getDataIndex()
           
 DataPoint getDataPoint()
           
 java.lang.Integer getPageX()
           
 java.lang.Integer getPageY()
           
 Series getSeries()
           
 java.lang.Integer getSeriesIndex()
           
 
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

PlotItem

protected PlotItem(com.google.gwt.json.client.JSONObject obj)
Method Detail

getDataPoint

public DataPoint getDataPoint()

getDataIndex

public java.lang.Integer getDataIndex()

getSeries

public Series getSeries()

getSeriesIndex

public java.lang.Integer getSeriesIndex()

getPageX

public java.lang.Integer getPageX()

getPageY

public java.lang.Integer getPageY()


Copyright © 2009. All Rights Reserved.