EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.google.chart.model
Class ScatterPlotData<N extends Number>

java.lang.Object
  extended by echopoint.google.chart.model.ChartData<N>
      extended by 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

Constructor Summary
ScatterPlotData()
           
 
Method Summary
 Collection<Integer> getSize()
          Accessor for property 'size'.
 void setSize(Collection<Integer> size)
          Mutator for property 'size'.
 
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
 

Constructor Detail

ScatterPlotData

public ScatterPlotData()
Method Detail

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'.

EchoPoint API - 3.0.0b5
App Webcontainer