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

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

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

Classes in org.cafesip.gwtcomp.client.common that implement PlotInfo
 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.
 class TimeSeriesPlotInfo
          This class contains the information on the time series plot.
 

Methods in org.cafesip.gwtcomp.client.common that return PlotInfo
 PlotInfo ChartInfo.getPlot()
           
 

Methods in org.cafesip.gwtcomp.client.common with parameters of type PlotInfo
 void ChartInfo.setPlot(PlotInfo plot)
           
 

Constructors in org.cafesip.gwtcomp.client.common with parameters of type PlotInfo
ChartInfo(String title, boolean displayLegend, PlotInfo plot, int numDataRows)
          A constructor for this class.
 



Copyright © 2010 Cafesip.org. All Rights Reserved.