|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
When a signal is requested to a DataProvider, it is returned by means of an object implementing WaveData interface. WaveData defines all the data access method for the corresponding signal.
DataProvider| Method Summary | |
float[] |
GetFloatData()
Get Y data (for unidimensional signals) or Z data (for bidimensional signals) as a float array. |
int |
GetNumDimension()
Returns the number of dimensions of the corresponding signal. |
java.lang.String |
GetTitle()
Get the associated title for the signal. |
float[] |
GetXData()
Get X array, usually representing the time values for signals. |
java.lang.String |
GetXLabel()
Get the associated label for X axis. |
float[] |
GetYData()
Get Y data description (only for bidimensional signals) |
java.lang.String |
GetYLabel()
Get the associated label for Y axis. |
java.lang.String |
GetZLabel()
Get the associated label for Z axis (for bidimensional signals only). |
| Method Detail |
public int GetNumDimension()
throws java.io.IOException
java.io.IOException -
public float[] GetFloatData()
throws java.io.IOException
java.io.IOException -
public float[] GetXData()
throws java.io.IOException
java.io.IOException -
public float[] GetYData()
throws java.io.IOException
java.io.IOException -
public java.lang.String GetTitle()
throws java.io.IOException
java.io.IOException -
public java.lang.String GetXLabel()
throws java.io.IOException
java.io.IOException -
public java.lang.String GetYLabel()
throws java.io.IOException
java.io.IOException -
public java.lang.String GetZLabel()
throws java.io.IOException
java.io.IOException -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||