|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttapeutils.SampleModification
This class holds the parameters for conversion.
Constructor Summary | |
---|---|
SampleModification(Sample sample,
int index,
int length)
Constructor. |
Method Summary | |
---|---|
void |
modified()
Indicates that the sample has been modified. |
int |
redo()
Redo the modification to the sample. |
int |
undo()
Undo the modification to the sample. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SampleModification(Sample sample, int index, int length)
sample
- The sample data to be modified.index
- The index at which modification will occur.length
- The length of the modification.Method Detail |
public void modified()
public int undo()
public int redo()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |