org.rococoa.contrib.appkit
Class NSSpeechSynthesizer.NSSpeechStatus

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

public static class NSSpeechSynthesizer.NSSpeechStatus
extends AbstractPropertyDictionary<NSSpeechSynthesizer.NSSpeechStatus.StatusProperty>

Describes the current status of the synthesizer


Nested Class Summary
static class NSSpeechSynthesizer.NSSpeechStatus.StatusProperty
           
 
Constructor Summary
NSSpeechSynthesizer.NSSpeechStatus()
           
NSSpeechSynthesizer.NSSpeechStatus(NSMutableDictionary data)
           
 
Method Summary
 int getNumberOfCharactersLeft()
           
 short getPhonemeCode()
           
 boolean isOutputBusy()
           
 boolean isOutputPaused()
           
 
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.NSSpeechStatus

public NSSpeechSynthesizer.NSSpeechStatus()

NSSpeechSynthesizer.NSSpeechStatus

public NSSpeechSynthesizer.NSSpeechStatus(NSMutableDictionary data)
Method Detail

isOutputBusy

public boolean isOutputBusy()

isOutputPaused

public boolean isOutputPaused()

getNumberOfCharactersLeft

public int getNumberOfCharactersLeft()

getPhonemeCode

public short getPhonemeCode()


Copyright © 2012. All Rights Reserved.