|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- type of points the data source contents@Beta public interface ChartDataSource<T>
Represents data model of the charts.
Method Summary | |
---|---|
java.lang.String |
getFormulaString()
Returns formula representation of the data source. |
T |
getPointAt(int index)
Returns point value at specified index. |
int |
getPointCount()
Return number of points contained by data source. |
boolean |
isNumeric()
Returns true if data source points should be treated as numbers. |
boolean |
isReference()
Returns true if charts data source is valid cell range. |
Method Detail |
---|
int getPointCount()
T getPointAt(int index)
index
- index to value from
{@code
- IndexOutOfBoundsException} if index
parameter not in range 0 <= index <= pointCount
boolean isReference()
true
if charts data source is valid cell range.
true
if charts data source is valid cell rangeboolean isNumeric()
true
if data source points should be treated as numbers.
true
if data source points should be treated as numbersjava.lang.String getFormulaString()
{@code
- UnsupportedOperationException} if the data source is not a
reference.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |