Package annotation.calcs.wav
Class WavAnnotation
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetWavFolderName(String folder) voidsetWavPrefix(String prefix) Methods inherited from class annotation.DataAnnotation
getDataAnnotationType 
- 
Constructor Details
- 
WavAnnotation
 
 - 
 - 
Method Details
- 
getWavFolderName
- Returns:
 - the full path of the wav file
 
 - 
setWavFolderName
- Parameters:
 String- containing full path of the wav file for this annotation
 - 
getWavPrefix
- Returns:
 - the prefix of the wav file name
 
 - 
setWavPrefix
- Parameters:
 String- containing the prefix of the wav file for this annotation
 - 
getExportedWavFileName
- Returns:
 - the full path of the wav file
 
 - 
setExportedWavFileName
- Parameters:
 String- containing full path of the wav file for this annotation
 
 -