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
float[]
GetFloatData()
int
GetNumDimension()
java.lang.String
GetTitle()
GetXData()
GetXLabel()
GetYData()
GetYLabel()
GetZLabel()
public int GetNumDimension() throws java.io.IOException
java.io.IOException
public float[] GetFloatData() throws java.io.IOException
public float[] GetXData() throws java.io.IOException
public float[] GetYData() throws java.io.IOException
public java.lang.String GetTitle() throws java.io.IOException
public java.lang.String GetXLabel() throws java.io.IOException
public java.lang.String GetYLabel() throws java.io.IOException
public java.lang.String GetZLabel() throws java.io.IOException