echopoint.google.chart.model
Class ScatterPlotData<N extends Number>
java.lang.Object
echopoint.google.chart.model.ChartData<N>
echopoint.google.chart.model.ScatterPlotData<N>
- All Implemented Interfaces:
- Serializable
public class ScatterPlotData<N extends Number>
- extends ChartData<N>
The model object for use with ScatterPlots.
- Version:
- $Id: ScatterPlotData.java 63 2008-08-29 07:46:39Z sptrakesh $
- Author:
- Rakesh Vidyadharan 2008-08-23
- See Also:
- Serialized Form
| Methods inherited from class echopoint.google.chart.model.ChartData |
getColor, getLegend, getMarkers, getXdata, getXmax, getYdata, getYmax, setColor, setLegend, setMarkers, setXdata, setXmax, setYdata, setYmax |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScatterPlotData
public ScatterPlotData()
getSize
public Collection<Integer> getSize()
- Accessor for property 'size'. Returns a read-only view of the data.
- Returns:
- Value for property 'size'.
setSize
public void setSize(Collection<Integer> size)
- Mutator for property 'size'. Resets the contents of the collection.
- Parameters:
size - Value to set for property 'size'.