-
- All Implemented Interfaces:
-
com.androidplot.Series
,com.androidplot.xy.XYSeries
public class BubbleSeries implements XYSeries
Created by halfhp on 9/17/16.
-
-
Method Summary
-
-
Method Detail
-
size
int size()
-
getX
Number getX(int index)
Returns the x-value for an index within a series.
- Parameters:
index
- the index index (in the range0
tosize()-1
).
-
getY
Number getY(int index)
Returns the y-value for an index within a series.
- Parameters:
index
- the index index (in the range0
tosize()-1
).
-
-
-
-