Uses of Class
org.robokind.avrogen.speech.viseme.VisemeBindingConfigRecord

Packages that use VisemeBindingConfigRecord
org.robokind.avrogen.speech.viseme   
 

Uses of VisemeBindingConfigRecord in org.robokind.avrogen.speech.viseme
 

Fields in org.robokind.avrogen.speech.viseme with type parameters of type VisemeBindingConfigRecord
 List<VisemeBindingConfigRecord> VisemeBindingManagerConfigRecord.visemeBindings
          Deprecated. 
 

Methods in org.robokind.avrogen.speech.viseme that return VisemeBindingConfigRecord
 VisemeBindingConfigRecord VisemeBindingConfigRecord.Builder.build()
           
 VisemeBindingConfigRecord VisemeBindingConfigRecord.Builder.getValue()
           
 

Methods in org.robokind.avrogen.speech.viseme that return types with arguments of type VisemeBindingConfigRecord
 List<VisemeBindingConfigRecord> VisemeBindingManagerConfigRecord.getVisemeBindings()
          Gets the value of the 'visemeBindings' field.
 List<VisemeBindingConfigRecord> VisemeBindingManagerConfigRecord.Builder.getVisemeBindings()
          Gets the value of the 'visemeBindings' field
 

Methods in org.robokind.avrogen.speech.viseme with parameters of type VisemeBindingConfigRecord
static VisemeBindingConfigRecord.Builder VisemeBindingConfigRecord.newBuilder(VisemeBindingConfigRecord other)
          Creates a new VisemeBindingConfigRecord RecordBuilder by copying an existing VisemeBindingConfigRecord instance
 

Method parameters in org.robokind.avrogen.speech.viseme with type arguments of type VisemeBindingConfigRecord
 void VisemeBindingManagerConfigRecord.setVisemeBindings(List<VisemeBindingConfigRecord> value)
          Sets the value of the 'visemeBindings' field.
 VisemeBindingManagerConfigRecord.Builder VisemeBindingManagerConfigRecord.Builder.setVisemeBindings(List<VisemeBindingConfigRecord> value)
          Sets the value of the 'visemeBindings' field
 



Copyright © 2011-2013. All Rights Reserved.