|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataSet
This is the generic interface which every data set object should provide. By implementing this interface the author can create his own data objects which can be used in JavaPlot
| Method Summary | |
|---|---|
int |
getDimensions()
Retrieve how many dimensions this dataset refers to. |
java.lang.String |
getPointValue(int point,
int dimension)
Retrieve data information from a point. |
int |
size()
Retrieve how many points this data set has. |
| Method Detail |
|---|
int size()
int getDimensions()
java.lang.String getPointValue(int point,
int dimension)
point - The point numberdimension - The point dimension (or "column") to request data from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||