Class TextSynthesizerModeDesc


  • public class TextSynthesizerModeDesc
    extends SynthesizerModeDesc
    Describes the TextSynthesizer. Builds up the voice list and other data.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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