|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rbnb.api.DataArray
public class DataArray
Data information extracted from an Rmap.
Rmap,
Serialized Form| Constructor Summary | |
|---|---|
DataArray()
Class constructor. |
|
| Method Summary | |
|---|---|
protected Object |
clone()
Clones this DataArray. |
Object |
getData()
Gets the data array. |
int |
getDataType()
Returns the RBNB data type of the underlying data. |
double |
getDuration()
Gets the duration of this DataArray. |
double[] |
getFrame()
Gets the frame values as an array of individual frame indexes. |
String |
getMIMEType()
Gets the MIME type. |
int |
getNumberOfPoints()
Gets the number of points represented by this DataArray. |
int |
getNumInArray()
Returns the number of points currently in the DataArray |
int |
getPointSize()
Returns the point size of the underlying data. |
double |
getStartTime()
Gets the start time of the DataArray. |
double[] |
getTime()
Gets the time values as an array of individual times for each point. |
String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataArray()
| Method Detail |
|---|
protected final Object clone()
DataArray.
clone in class Objectpublic final double getDuration()
DataArray.
getStartTime()public final Object getData()
public final int getDataType()
public final int getPointSize()
public final int getNumInArray()
public final double[] getFrame()
public final String getMIMEType()
public final int getNumberOfPoints()
DataArray.
public final double getStartTime()
DataArray.
getDuration()public final double[] getTime()
public final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||