Uses of Class
org.cafesip.gwtcomp.client.common.SeriesInfo

Packages that use SeriesInfo
org.cafesip.gwtcomp.client.common This package contains the classes that are common to the client and server sides. 
 

Uses of SeriesInfo in org.cafesip.gwtcomp.client.common
 

Methods in org.cafesip.gwtcomp.client.common that return SeriesInfo
 SeriesInfo[] TimeSeriesPlotInfo.getSeries()
           
 

Methods in org.cafesip.gwtcomp.client.common with parameters of type SeriesInfo
 void TimeSeriesPlotInfo.setSeries(SeriesInfo[] series)
           
 

Constructors in org.cafesip.gwtcomp.client.common with parameters of type SeriesInfo
TimeSeriesPlotInfo(SeriesInfo[] series, double minValue, double maxValue, long refreshInterval)
          Similar to the constructor above but it uses the default values for some of the parameters.
TimeSeriesPlotInfo(SeriesInfo[] series, double minValue, double maxValue, long refreshInterval, int numXTicks, int numYTicks, String label, int maxPlots)
          A constructor for this class.
 



Copyright © 2010 Cafesip.org. All Rights Reserved.