com.googlecode.charts4j
Interface ScatterPlotData

All Superinterfaces:
Plot

public interface ScatterPlotData
extends Plot

Encapsulates data and plot decorations that will be rendered in a ScatterPlot. Construct with Plots static factory class.

Author:
Julien Chastang (julien.c.chastang at gmail dot com)
See Also:
Data, DataUtil, ScatterPlot

Method Summary
 void setPointSizes(Data pointSizes)
           
 
Methods inherited from interface com.googlecode.charts4j.Plot
addMarker, addMarkers, addShapeMarker, addShapeMarkers, addTextMarker, setColor, setLegend
 

Method Detail

setPointSizes

void setPointSizes(Data pointSizes)
See Also:
Plots.newScatterPlotData(Data, Data, Data)