jaugment2.speech
Class SemiNaturalVoiceProcessorTextRepresentation.Factory

java.lang.Object
  |
  +--jaugment2.speech.SemiNaturalVoiceProcessorTextRepresentation.Factory
Enclosing class:
SemiNaturalVoiceProcessorTextRepresentation

public static class SemiNaturalVoiceProcessorTextRepresentation.Factory
extends java.lang.Object
implements TextUIRepresentable.TextUIFactory, java.io.Serializable

A factory for our UIDescriptor

See Also:
Serialized Form

Fields inherited from interface jaugment2.UI.textUI.TextUIRepresentable.TextUIFactory
TOOLKIT, TYPE_NAME
 
Constructor Summary
SemiNaturalVoiceProcessorTextRepresentation.Factory()
           
 
Method Summary
 TextUIRepresentable getRepresentation(java.lang.Object roleObject)
          Returns a TextUIRepresentable.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SemiNaturalVoiceProcessorTextRepresentation.Factory

public SemiNaturalVoiceProcessorTextRepresentation.Factory()
Method Detail

getRepresentation

public TextUIRepresentable getRepresentation(java.lang.Object roleObject)
Returns a TextUIRepresentable.
Specified by:
getRepresentation in interface TextUIRepresentable.TextUIFactory