|
OpenAPI 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AQChartRow
ChartRow
Synopsis: ChartRow represents one row of chart data. Description:
| Method Summary | |
|---|---|
Object |
getCategory()
Get the category object for the row. |
double |
getCategoryNumeric()
Get a numeric representation of the category object. |
int |
getOriginalRowIndex()
Get the index of this row in its original datasource (if any exists). |
List<Number> |
getValues()
Get this row's list of values, where value[0] is from series 0, value[1] is from series 1, etc. |
void |
setCategory(Object category)
Set the category object for the row. |
void |
setCategoryNumeric(double categoryNumeric)
Set the numeric representation of the category object. |
void |
setOriginalRowIndex(int originalRowIndex)
Set the index of this row in its original datasource (if any exists). |
void |
setValues(List<Number> values)
Set this row's list of values, where value[0] is from series 0, value[1] is from series 1, etc. |
| Method Detail |
|---|
Object getCategory()
void setCategory(Object category)
category - Category objectList<Number> getValues()
void setValues(List<Number> values)
values - List of numbers, one for each series in the data modeldouble getCategoryNumeric()
void setCategoryNumeric(double categoryNumeric)
categoryNumeric - numeric representation of the category objectint getOriginalRowIndex()
void setOriginalRowIndex(int originalRowIndex)
originalRowIndex - Index of this row in the original table model (if any exists)
|
OpenAPI 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||