com.androidplot.series
Interface Series

All Known Subinterfaces:
ProportionalSeries, VectorSeries, XYSeries

public interface Series

Base interface for all Series implementations


Method Summary
 String getTitle()
           
 void onReadBegin()
          Called whenever the plot initiates a read of a Series.
 void onReadEnd()
          Called when a Plot concludes reading of a Series.
 int size()
           
 

Method Detail

getTitle

String getTitle()
Returns:
The title of this Series.

size

int size()
Returns:
Number of elements in this Series.

onReadBegin

void onReadBegin()
Called whenever the plot initiates a read of a Series. In most cases this means that a complete read of the Series contentis will proceed.


onReadEnd

void onReadEnd()
Called when a Plot concludes reading of a Series.



Copyright © 2011. All Rights Reserved.