Searched defs:Series (Results 1 - 1 of 1) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
H A DSeries.java20 * Base interface for all Series implementations
22 public interface Series<T> { interface
26 * @return The title of this Series.
35 * Called whenever the plot initiates a read of a Series. In most cases this means that
36 * a complete read of the Series contents will proceed.
41 * Called when a Plot concludes reading of a Series.

Completed in 62 milliseconds