Uses of Class
org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechMode

Packages that use NSSpeechSynthesizer.NSSpeechMode
org.rococoa.contrib.appkit   
 

Uses of NSSpeechSynthesizer.NSSpeechMode in org.rococoa.contrib.appkit
 

Methods in org.rococoa.contrib.appkit that return NSSpeechSynthesizer.NSSpeechMode
 NSSpeechSynthesizer.NSSpeechMode NSSpeechSynthesizer.getCharacterMode()
          Get the current character mode, whether the synthesizer is currently speaking strings normally or speaking each character literally.
 NSSpeechSynthesizer.NSSpeechMode NSSpeechSynthesizer.getInputMode()
          Get the current input mode, whether the synthesizer is currently expecting regular text input or raw phonemes.
 NSSpeechSynthesizer.NSSpeechMode NSSpeechSynthesizer.getNumberMode()
          Get the current number mode, whether the synthesizer is currently speaking numbers normally or speaking each digit literally.
static NSSpeechSynthesizer.NSSpeechMode NSSpeechSynthesizer.NSSpeechMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NSSpeechSynthesizer.NSSpeechMode[] NSSpeechSynthesizer.NSSpeechMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rococoa.contrib.appkit with parameters of type NSSpeechSynthesizer.NSSpeechMode
 void NSSpeechSynthesizer.setCharacterMode(NSSpeechSynthesizer.NSSpeechMode mode)
          Set the current character mode, whether the synthesizer is currently speaking strings normally or speaking each character literally.
 void NSSpeechSynthesizer.setInputMode(NSSpeechSynthesizer.NSSpeechMode mode)
          Set the current input mode, whether the synthesizer is currently expecting regular text input or raw phonemes.
 void NSSpeechSynthesizer.setNumberMode(NSSpeechSynthesizer.NSSpeechMode mode)
          Set the current number mode, whether the synthesizer is currently speaking numbers normally or speaking each digit literally.
 



Copyright © 2012. All Rights Reserved.