ca.nanometrics.gflot.client
Class Series

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

public class Series
extends JSONObjectWrapper

Author:
AlexanderDeleon

Constructor Summary
  Series()
           
protected Series(com.google.gwt.json.client.JSONObject obj)
           
 
Method Summary
 java.lang.String getColor()
           
 SeriesData getData()
           
 java.lang.String getLabel()
           
 java.lang.Integer getShadowSize()
           
 void setColor(java.lang.String cssColor)
           
 void setData(SeriesData data)
           
 void setLabel(java.lang.String label)
           
 void setSeriesOptions(SeriesType type, SeriesOptions options)
           
 void setShadowSize(int sizeInPx)
           
 
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

Series

public Series()

Series

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

setData

public void setData(SeriesData data)

getData

public SeriesData getData()

setColor

public void setColor(java.lang.String cssColor)

getColor

public java.lang.String getColor()

setLabel

public void setLabel(java.lang.String label)

getLabel

public java.lang.String getLabel()

setShadowSize

public void setShadowSize(int sizeInPx)

getShadowSize

public java.lang.Integer getShadowSize()

setSeriesOptions

public void setSeriesOptions(SeriesType type,
                             SeriesOptions options)


Copyright © 2009. All Rights Reserved.