ca.nanometrics.gflot.client
Class Series
java.lang.Object
ca.nanometrics.gflot.client.util.JSONWrapper
ca.nanometrics.gflot.client.util.JSONObjectWrapper
ca.nanometrics.gflot.client.Series
public class Series
- extends JSONObjectWrapper
- Author:
- AlexanderDeleon
|
Constructor Summary |
|
Series()
|
protected |
Series(com.google.gwt.json.client.JSONObject obj)
|
| 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 |
Series
public Series()
Series
protected Series(com.google.gwt.json.client.JSONObject obj)
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.