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

Packages that use ChartInfo
org.cafesip.gwtcomp.client.common This package contains the classes that are common to the client and server sides. 
org.cafesip.gwtcomp.client.ui.charting This package contains the classes for displaying data in the form of charts. 
org.cafesip.gwtcomp.server This package contains the server-side classes for the GWT componenets. 
 

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

Methods in org.cafesip.gwtcomp.client.common that return ChartInfo
 ChartInfo ChartInitData.getChartData()
           
 

Methods in org.cafesip.gwtcomp.client.common with parameters of type ChartInfo
 void ChartInitData.setChartData(ChartInfo chartData)
           
 

Constructors in org.cafesip.gwtcomp.client.common with parameters of type ChartInfo
ChartInitData(ChartInfo chartData, ChartData initialData)
          A constructor for this class.
 

Uses of ChartInfo in org.cafesip.gwtcomp.client.ui.charting
 

Methods in org.cafesip.gwtcomp.client.ui.charting that return ChartInfo
 ChartInfo TimeSeriesChartPanel.getChartInfo()
           
 

Constructors in org.cafesip.gwtcomp.client.ui.charting with parameters of type ChartInfo
TimeSeriesChartPanel(ChartInfo chartInfo, int width, int height)
           
 

Uses of ChartInfo in org.cafesip.gwtcomp.server
 

Methods in org.cafesip.gwtcomp.server that return ChartInfo
 ChartInfo LiveDataSessionInfo.getChartInfo()
           
 

Methods in org.cafesip.gwtcomp.server with parameters of type ChartInfo
 void LiveDataSessionInfo.setChartInfo(ChartInfo chartInfo)
           
 

Constructors in org.cafesip.gwtcomp.server with parameters of type ChartInfo
LiveDataSessionInfo(String context, String instance, String param, ChartInfo chartInfo, Date lastCollection, int deliveryCount)
          A constructor for this class.
 



Copyright © 2010 Cafesip.org. All Rights Reserved.