Package 

Interface OrderedXYSeries

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

    
    public interface OrderedXYSeries
     implements XYSeries
                        

    An implementation of XYSeries that gives hints to it's renderer about the order of the data being rendered.

    • Method Summary

      Modifier and Type Method Description
      abstract OrderedXYSeries.XOrder getXOrder() The order of XVals as they appear in this series.
      • Methods inherited from class com.androidplot.xy.XYSeries

        getX, getY, size
      • Methods inherited from class com.androidplot.Series

        getTitle
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait