|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataSet
Denotes a set of data, including the acquisition result, the channels and the cursors.
Method Summary | |
---|---|
AcquisitionResult |
getCapturedData()
Returns the captured data of this project. |
Channel |
getChannel(int aIndex)
Returns a single channel. |
Channel[] |
getChannels()
Returns the channels of this project. |
Cursor |
getCursor(int aIndex)
Returns a single cursor |
Cursor[] |
getCursors()
Returns the available cursors of this project. |
boolean |
isCursorsEnabled()
Returns whether or not cursors are enabled. |
void |
setCursorsEnabled(boolean aEnabled)
Sets whether or not cursors are enabled. |
Method Detail |
---|
AcquisitionResult getCapturedData()
null
.Channel getChannel(int aIndex)
aIndex
- the channel index, >= 0 && <
AcquisitionResult.getChannels()
.
null
.Channel[] getChannels()
null
.Cursor getCursor(int aIndex)
aIndex
- the index of the cursor to retrieve, >= 0.Cursor[] getCursors()
null
.boolean isCursorsEnabled()
true
if cursors are enabled, false
otherwise.void setCursorsEnabled(boolean aEnabled)
aEnabled
- true
if cursors are enabled, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |