org.cafesip.gwtcomp.client.common
Class ChartInitData
java.lang.Object
org.cafesip.gwtcomp.client.common.ChartInitData
- All Implemented Interfaces:
- Serializable
public class ChartInitData
- extends Object
- implements Serializable
This class contains the property of the chart that is displayed by a
LiveDataPanel component and
the initial data set. The client-side constructs the chart based on the
properties set an object of this type.
- 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 |
ChartInitData
public ChartInitData()
- A constructor for this class.
ChartInitData
public ChartInitData(ChartInfo chartData,
ChartData initialData)
- A constructor for this class.
- Parameters:
chartData - contains the properties of the chartinitialData - contains the initial data that is displayed when the chart is
displayed.
getChartData
public ChartInfo getChartData()
- Returns:
- Returns the chartData.
setChartData
public void setChartData(ChartInfo chartData)
- Parameters:
chartData - The chartData to set.
getInitialData
public ChartData getInitialData()
- Returns:
- Returns the initialData.
setInitialData
public void setInitialData(ChartData initialData)
- Parameters:
initialData - The initialData to set.
getSessionId
public int getSessionId()
- Returns:
- Returns the sessionId.
setSessionId
public void setSessionId(int sessionId)
- Parameters:
sessionId - The sessionId to set.
Copyright © 2010 Cafesip.org. All Rights Reserved.