|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextSynthesizerQueueItem | |
---|---|
text |
Uses of TextSynthesizerQueueItem in text |
---|
Fields in text declared as TextSynthesizerQueueItem | |
---|---|
(package private) TextSynthesizerQueueItem |
TextSynthesizer.OutputHandler.currentItem
The current item to speak. |
(package private) TextSynthesizerQueueItem |
radha_TextSynthesizer.OutputHandler.currentItem
The current item to speak. |
(package private) TextSynthesizerQueueItem |
old_TextSynthesizer.OutputHandler.currentItem
The current item to speak. |
Methods in text that return TextSynthesizerQueueItem | |
---|---|
protected TextSynthesizerQueueItem |
TextSynthesizer.OutputHandler.getQueueItem()
Returns, but does not remove, the first item on the queue. |
protected TextSynthesizerQueueItem |
radha_TextSynthesizer.OutputHandler.getQueueItem()
Returns, but does not remove, the first item on the queue. |
protected TextSynthesizerQueueItem |
old_TextSynthesizer.OutputHandler.getQueueItem()
Returns, but does not remove, the first item on the queue. |
Methods in text with parameters of type TextSynthesizerQueueItem | |
---|---|
void |
TextSynthesizer.OutputHandler.appendQueue(TextSynthesizerQueueItem item)
Adds an item to be spoken to the output queue. |
void |
radha_TextSynthesizer.OutputHandler.appendQueue(TextSynthesizerQueueItem item)
Adds an item to be spoken to the output queue. |
void |
old_TextSynthesizer.OutputHandler.appendQueue(TextSynthesizerQueueItem item)
Adds an item to be spoken to the output queue. |
protected int |
TextSynthesizer.OutputHandler.outputItem(TextSynthesizerQueueItem item)
Starts outputting the item. |
protected int |
radha_TextSynthesizer.OutputHandler.outputItem(TextSynthesizerQueueItem item)
Starts outputting the item. |
protected int |
old_TextSynthesizer.OutputHandler.outputItem(TextSynthesizerQueueItem item)
Starts outputting the item. |
protected int |
TextSynthesizer.OutputHandler.processCommand(TextSynthesizerQueueItem item,
java.lang.String engineText,
int index)
Attempts to process a command starting at the next character in the synthesizer text. |
protected int |
radha_TextSynthesizer.OutputHandler.processCommand(TextSynthesizerQueueItem item,
java.lang.String engineText,
int index)
Attempts to process a command starting at the next character in the synthesizer text. |
protected int |
old_TextSynthesizer.OutputHandler.processCommand(TextSynthesizerQueueItem item,
java.lang.String engineText,
int index)
Attempts to process a command starting at the next character in the synthesizer text. |
protected int |
TextSynthesizer.OutputHandler.processNormalText(TextSynthesizerQueueItem item,
java.lang.String engineText,
int index)
Processes next set of characters in output up to whitespace or next '/' that could indicate the start of a command. |
protected int |
radha_TextSynthesizer.OutputHandler.processNormalText(TextSynthesizerQueueItem item,
java.lang.String engineText,
int index)
Processes next set of characters in output up to whitespace or next '/' that could indicate the start of a command. |
protected int |
old_TextSynthesizer.OutputHandler.processNormalText(TextSynthesizerQueueItem item,
java.lang.String engineText,
int index)
Processes next set of characters in output up to whitespace or next '/' that could indicate the start of a command. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |