org.cafesip.gwtcomp.client.common
Class SeriesInfo
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeriesInfo
public SeriesInfo()
- A constructor for this class.
SeriesInfo
public SeriesInfo(String name)
- A constructor for this class.
- Parameters:
name - name of the series
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.