com.sun.speech.engine.synthesis.text
Class TextSynthesizerModeDesc

java.lang.Object
  extended by SynthesizerModeDesc
      extended by com.sun.speech.engine.synthesis.text.TextSynthesizerModeDesc

public class TextSynthesizerModeDesc
extends SynthesizerModeDesc

Describes the TextSynthesizer. Builds up the voice list and other data.


Constructor Summary
TextSynthesizerModeDesc()
          Class constructor.
 
Method Summary
 Engine createEngine()
          Constructs a text synthesizer with the properties of this mode desc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextSynthesizerModeDesc

public TextSynthesizerModeDesc()
Class constructor.

Method Detail

createEngine

public Engine createEngine()
                    throws java.lang.IllegalArgumentException,
                           EngineException,
                           java.lang.SecurityException
Constructs a text synthesizer with the properties of this mode desc.

Throws:
java.lang.IllegalArgumentException
EngineException
java.lang.SecurityException