|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MatrixDataModel extends DataModel
General matrix data model interface.
| Modifier and Type | Method and Description |
|---|---|
int |
getPointCount(MatrixDimensions dimension)
Gets the count of point in the specified dimension. |
java.lang.Object |
getValueAt(DataColumnType type,
int row,
int column)
Get value at specified point. |
void |
setValueAt(DataColumnType type,
int row,
int column,
java.lang.Object value)
Sets value at the specified point. |
| Methods inherited from interface lt.monarch.chart.models.DataModel |
|---|
addListener, castToArray, castToMatrix, dispose, fireDataChanged, getAddressDimensions, getValuesInPoint, hasColumn, removeListener |
| Method Detail |
|---|
java.lang.Object getValueAt(DataColumnType type,
int row,
int column)
type - data column typerow - row of the matrixcolumn - column of the matrix
void setValueAt(DataColumnType type,
int row,
int column,
java.lang.Object value)
type - data column typerow - row number of the matrixcolumn - column number of the matrixvalue - value to set to the specified pointint getPointCount(MatrixDimensions dimension)
dimension - dimension of the matrix
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||