Package 

Class BubbleSeries

  • All Implemented Interfaces:
    com.androidplot.Series , com.androidplot.xy.XYSeries

    
    public class BubbleSeries
     implements XYSeries
                        

    Created by halfhp on 9/17/16.

    • Method Detail

      • getX

         Number getX(int index)

        Returns the x-value for an index within a series.

        Parameters:
        index - the index index (in the range 0 tosize()-1).
      • getY

         Number getY(int index)

        Returns the y-value for an index within a series.

        Parameters:
        index - the index index (in the range 0 tosize()-1).