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 | 
|  void | dispose()Insert the method's description here.
 | 
|  static void | main(String[] args)
 | 
|  void | speak(String toSpeak)Insert the method's description here.
 | 
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
 
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
 
to Class javax.speech.synthesis.Synthesizer