Package com.sun.speech.freetts
Interface Dumpable
-
- All Known Subinterfaces:
FeatureSet
- All Known Implementing Classes:
CMUArcticVoice,CMUClusterUnitVoice,CMUDiphoneVoice,CMUTimeVoice,CMUVoice,FeatureSetImpl,Item,MbrolaVoice,Relation,Utterance,Voice
public interface DumpableTags an object that can be dumped for debugging purposes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddump(java.io.PrintWriter pw, int padding, java.lang.String title)Dumps the object to a PrintWriter.
-