|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChartModel
Interface defining the input for the chart generator.
| Method Summary | |
|---|---|
Number |
getCellValue(int rowIndex,
int columnIndex)
Returns the specified cell value. |
int |
getColumnCount()
Number of data columns. |
String |
getColumnHeader(int columnIndex)
Returns the label for the specified data column. |
int |
getRowCount()
Number of data rows. |
String |
getRowHeader(int rowIndex)
Returns the label for the specified data row. |
| Method Detail |
|---|
int getRowCount()
int getColumnCount()
Number getCellValue(int rowIndex,
int columnIndex)
rowIndex - row index.columnIndex - column index.
String getRowHeader(int rowIndex)
rowIndex - row index.
String getColumnHeader(int columnIndex)
columnIndex - column index.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||