|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XYSeries
Represents a two dimensional series of data represented as xy values.
| Method Summary | |
|---|---|
Number |
getMaxX()
|
Number |
getMaxY()
|
Number |
getMinX()
|
Number |
getMinY()
|
Number |
getX(int index)
Returns the x-value for an index within a series. |
Number |
getY(int index)
Returns the y-value for an index within a series. |
| Methods inherited from interface com.androidplot.series.Series |
|---|
getTitle, onReadBegin, onReadEnd, size |
| Method Detail |
|---|
Number getX(int index)
index - the index index (in the range 0 to
size()-1).
Number getMinX()
getX().Number getMaxX()
getX().Number getY(int index)
index - the index index (in the range 0 to
size()-1).
Number getMinY()
getY().Number getMaxY()
getY().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||