org.rococoa.contrib.appkit
Class NSSpeechSynthesizer.NSSpeechCommand

java.lang.Object
  extended by org.rococoa.contrib.AbstractPropertyDictionary<NSSpeechSynthesizer.NSSpeechCommand.CommandDelimiterProperty>
      extended by org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechCommand
Enclosing class:
NSSpeechSynthesizer

public static class NSSpeechSynthesizer.NSSpeechCommand
extends AbstractPropertyDictionary<NSSpeechSynthesizer.NSSpeechCommand.CommandDelimiterProperty>

Desribes how to set the delimiters used to embed commands in text to be spoken


Nested Class Summary
static class NSSpeechSynthesizer.NSSpeechCommand.CommandDelimiterProperty
           
 
Constructor Summary
NSSpeechSynthesizer.NSSpeechCommand()
           
NSSpeechSynthesizer.NSSpeechCommand(NSMutableDictionary data)
           
NSSpeechSynthesizer.NSSpeechCommand(String prefix, String suffix)
           
 
Method Summary
 String getCommandPrefix()
           
 String getCommandSuffix()
           
 void setCommandPrefix(String prefix)
           
 void setCommandSuffix(String suffix)
           
 
Methods inherited from class org.rococoa.contrib.AbstractPropertyDictionary
getBoolean, getData, getDate, getEnum, getInt, getShort, getString, getValueAsType, setDate, setString, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSSpeechSynthesizer.NSSpeechCommand

public NSSpeechSynthesizer.NSSpeechCommand()

NSSpeechSynthesizer.NSSpeechCommand

public NSSpeechSynthesizer.NSSpeechCommand(NSMutableDictionary data)

NSSpeechSynthesizer.NSSpeechCommand

public NSSpeechSynthesizer.NSSpeechCommand(String prefix,
                                           String suffix)
Method Detail

getCommandPrefix

public String getCommandPrefix()

setCommandPrefix

public void setCommandPrefix(String prefix)

getCommandSuffix

public String getCommandSuffix()

setCommandSuffix

public void setCommandSuffix(String suffix)


Copyright © 2012. All Rights Reserved.