org.rococoa.contrib.appkit
Class NSSpeechSynthesizer._Class

java.lang.Object
  extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.rococoa.ObjCClass
ObjCClass._Class
 
Field Summary
 
Fields inherited from interface org.rococoa.ObjCClass
CLASS
 
Constructor Summary
NSSpeechSynthesizer._Class()
           
 
Method Summary
abstract  NSSpeechSynthesizer alloc()
           
abstract  NSDictionary attributesForVoice(String voiceIdentifier)
           
abstract  NSArray availableVoices()
           
abstract  String defaultVoice()
           
abstract  boolean isAnyApplicationSpeaking()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Constructor Detail

NSSpeechSynthesizer._Class

public NSSpeechSynthesizer._Class()
Method Detail

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.