|
||||||||||
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 |
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. |
int |
size()
|
Methods inherited from interface com.androidplot.Series |
---|
getTitle |
Method Detail |
---|
int size()
Number getX(int index)
index
- the index index (in the range 0
to
size()-1
).
Number getY(int index)
index
- the index index (in the range 0
to
size()-1
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |