Uses of Class
org.robokind.impl.animation.messaging.ChannelRecord

Packages that use ChannelRecord
org.robokind.impl.animation.messaging   
 

Uses of ChannelRecord in org.robokind.impl.animation.messaging
 

Fields in org.robokind.impl.animation.messaging with type parameters of type ChannelRecord
 List<ChannelRecord> AnimationRecord.channels
          Deprecated. 
 

Methods in org.robokind.impl.animation.messaging that return ChannelRecord
 ChannelRecord ChannelRecord.Builder.build()
           
 

Methods in org.robokind.impl.animation.messaging that return types with arguments of type ChannelRecord
 List<ChannelRecord> AnimationRecord.getChannels()
          Gets the value of the 'channels' field.
 List<ChannelRecord> AnimationRecord.Builder.getChannels()
          Gets the value of the 'channels' field
 

Methods in org.robokind.impl.animation.messaging with parameters of type ChannelRecord
static ChannelRecord.Builder ChannelRecord.newBuilder(ChannelRecord other)
          Creates a new ChannelRecord RecordBuilder by copying an existing ChannelRecord instance
 

Method parameters in org.robokind.impl.animation.messaging with type arguments of type ChannelRecord
 void AnimationRecord.setChannels(List<ChannelRecord> value)
          Sets the value of the 'channels' field.
 AnimationRecord.Builder AnimationRecord.Builder.setChannels(List<ChannelRecord> value)
          Sets the value of the 'channels' field
 



Copyright © 2011-2014. All Rights Reserved.