org.cafesip.gwtcomp.client.common
Class SeriesInfo

java.lang.Object
  extended by org.cafesip.gwtcomp.client.common.SeriesInfo
All Implemented Interfaces:
Serializable

public class SeriesInfo
extends Object
implements Serializable

This class contains the information on a series. The org.cafesip.gwtcomp.client.ui.charting.LiveDataService object can display a line plot consisting of multiple series. This class represents the characteristics of one such series.

Author:
Amit Chatterjee
See Also:
Serialized Form

Constructor Summary
SeriesInfo()
          A constructor for this class.
SeriesInfo(String name)
          A constructor for this class.
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeriesInfo

public SeriesInfo()
A constructor for this class.


SeriesInfo

public SeriesInfo(String name)
A constructor for this class.

Parameters:
name - name of the series
Method Detail

getName

public String getName()
Returns:
Returns the name.

setName

public void setName(String name)
Parameters:
name - The name to set.


Copyright © 2010 Cafesip.org. All Rights Reserved.