|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ToolContext
Denotes the context in which a tool is to be run.
For example, it provides the information about which range of samples should be analysed.
Method Summary | |
---|---|
int |
getChannels()
Returns the number of channels in the sample data. |
Cursor |
getCursor(int aSelectedIndex)
|
AcquisitionResult |
getData()
Returns the acquisition result for use in the tool. |
int |
getEnabledChannels()
Returns a bitmask of enabled channels in the sample data. |
int |
getEndSampleIndex()
Returns the ending sample index on which the decoding should end. |
int |
getLength()
Returns the length of the decoding area. |
int |
getStartSampleIndex()
Returns the starting sample index on which the decoding should start. |
Method Detail |
---|
int getChannels()
Cursor getCursor(int aSelectedIndex)
aSelectedIndex
-
AcquisitionResult getData()
null
.int getEnabledChannels()
int getEndSampleIndex()
int getLength()
int getStartSampleIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |