jview
Interface DataDisplaying
- All Known Implementing Classes:
- JAnalyserToFit, JExtremaSelect
public interface DataDisplaying
Data displaying instance know how to display a set of data. The data set
is transfereed to them as an array of VectorGs. The object is
responsible for proper transformation of the data (i.e. it knows which
componenents of the vector to plot) and display (updating canvases or
showing a frame).
- See Also:
DataCanvasProviding
|
Method Summary |
boolean |
displayData(VectorG[] all)
Grabs a whole set of measured data and takes the interesting part
out of it. |
displayData
boolean displayData(VectorG[] all)
- Grabs a whole set of measured data and takes the interesting part
out of it. This is somwhow displayed, e.g. in a
JDataCanvas
If the data display worked out, true is returned.