speaker
Class Speaker


public class Speaker


Constructor Summary
Speaker()
          Insert the method's description here.
Speaker(int gender, int age)
          Insert the method's description here.

Method Summary
 voiddispose()
          Insert the method's description here.
 static voidmain(String[] args)
           
 voidspeak(String toSpeak)
          Insert the method's description here.

Constructor Detail

Speaker

public Speaker()
throws javax.speech.SpeechException,
java.lang.InterruptedException,
java.beans.PropertyVetoException
Insert the method's description here. Creation date: (19.04.2001 18:12:11)

Speaker

public Speaker(int gender, int age)
throws javax.speech.SpeechException,
java.lang.InterruptedException,
java.beans.PropertyVetoException
Insert the method's description here. Creation date: (19.04.2001 22:10:53)
Parameters:
gender - int
age - int
Method Detail

dispose

public void dispose()
Insert the method's description here. Creation date: (19.04.2001 18:15:41)

main

public static void main(String[] args)

speak

public void speak(String toSpeak)
Insert the method's description here. Creation date: (19.04.2001 18:13:35)
Parameters:
toSpeak - java.lang.String

Association Links

to Class javax.speech.synthesis.Synthesizer