org.rococoa.contrib.appkit
Class NSSpeechSynthesizer._Class
java.lang.Object
org.rococoa.contrib.appkit.NSSpeechSynthesizer._Class
- All Implemented Interfaces:
- ObjCClass, ObjCObject
- Enclosing class:
- NSSpeechSynthesizer
public abstract static class NSSpeechSynthesizer._Class
- extends Object
- implements ObjCClass
Represents the Objective C class of the speech synthesizer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NSSpeechSynthesizer._Class
public NSSpeechSynthesizer._Class()
alloc
public abstract NSSpeechSynthesizer alloc()
attributesForVoice
public abstract NSDictionary attributesForVoice(String voiceIdentifier)
availableVoices
public abstract NSArray availableVoices()
defaultVoice
public abstract String defaultVoice()
isAnyApplicationSpeaking
public abstract boolean isAnyApplicationSpeaking()
Copyright © 2012. All Rights Reserved.