|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Values
An interface through which (single-dimension) data values can be accessed.
Method Summary | |
---|---|
int |
getItemCount()
Returns the number of items (values) in the collection. |
Number |
getValue(int index)
Returns the value with the specified index. |
Method Detail |
---|
int getItemCount()
Number getValue(int index)
index
- the item index (in the range 0
to
getItemCount() - 1
).
null
).
IndexOutOfBoundsException
- if index
is not in the
specified range.
|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |