Uses of Interface
org.cafesip.gwtcomp.client.common.ChartDataElement

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

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

Classes in org.cafesip.gwtcomp.client.common that implement ChartDataElement
 class TimeSeriesPlotData
          This class is used for passing data for a given plot to be displayed by the org.cafesip.gwtcomp.client.ui.charting.LiveDataService component.
 

Methods in org.cafesip.gwtcomp.client.common that return ChartDataElement
 ChartDataElement[] ChartData.getData()
           
 

Methods in org.cafesip.gwtcomp.client.common with parameters of type ChartDataElement
 void ChartData.setData(ChartDataElement[] data)
           
 

Constructors in org.cafesip.gwtcomp.client.common with parameters of type ChartDataElement
ChartData(Date collectionTime, ChartDataElement[] data)
          A constructor for this class.
 



Copyright © 2010 Cafesip.org. All Rights Reserved.