Uses of Class
org.rococoa.contrib.appkit.NSVoice

Packages that use NSVoice
org.rococoa.contrib.appkit   
 

Uses of NSVoice in org.rococoa.contrib.appkit
 

Methods in org.rococoa.contrib.appkit that return NSVoice
static NSVoice NSSpeechSynthesizer.defaultVoice()
          Determine the default voice for this computer, set in system preferences
 NSVoice NSSpeechSynthesizer.getVoice()
          Get the current voice in use
 

Methods in org.rococoa.contrib.appkit that return types with arguments of type NSVoice
static List<NSVoice> NSSpeechSynthesizer.availableVoices()
          Get a list of all available voices
 

Methods in org.rococoa.contrib.appkit with parameters of type NSVoice
 boolean NSSpeechSynthesizer.setVoice(NSVoice voice)
          Set the voice to use
static NSSpeechSynthesizer NSSpeechSynthesizer.synthesizerWithVoice(NSVoice voice)
          Construct a new synthesizer that speaks with a specified voice.
 



Copyright © 2012. All Rights Reserved.