ca.nanometrics.gflot.client.options
Class SeriesOptions

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.options.SeriesOptions
Direct Known Subclasses:
BarSeriesOptions, LineSeriesOptions, PointsSeriesOptions

public class SeriesOptions
extends JSONObjectWrapper

Author:
AlexanderDeleon

Constructor Summary
protected SeriesOptions()
           
 
Method Summary
 SeriesOptions setFill(boolean fill)
           
 SeriesOptions setFillColor(java.lang.String cssColor)
           
 SeriesOptions setLineWidth(double lineWidth)
           
 SeriesOptions setShow(boolean show)
           
 
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

SeriesOptions

protected SeriesOptions()
Method Detail

setShow

public SeriesOptions setShow(boolean show)

setLineWidth

public SeriesOptions setLineWidth(double lineWidth)

setFill

public SeriesOptions setFill(boolean fill)

setFillColor

public SeriesOptions setFillColor(java.lang.String cssColor)


Copyright © 2009. All Rights Reserved.