|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataProvider
The plotters rely on a DataProvider
to get the data to
visualize. It provides the data as a
DataArray
with the
getDataArray(int)
, where the index can be used, if a NodeModel has
two inports and both data should be visualized. Then the index provides
means to determine which DataArray
should
be returned.
Field Summary | |
---|---|
static int |
END
Default end row for DataArray creation. |
static int |
START
Default start row for DataArray creation. |
Method Summary | |
---|---|
DataArray |
getDataArray(int index)
Provides the data that should be visualized. |
Field Detail |
---|
static final int START
static final int END
Method Detail |
---|
DataArray getDataArray(int index)
DataArray
should be returned.
index
- if the data of more than one data table should be
visualized.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |