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

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

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

Fields in org.robokind.impl.animation.messaging declared as AnimationRecord
 AnimationRecord AnimationEventRecord.animation
          Deprecated. 
 

Methods in org.robokind.impl.animation.messaging that return AnimationRecord
 AnimationRecord AnimationRecord.Builder.build()
           
 AnimationRecord AnimationEventRecord.getAnimation()
          Gets the value of the 'animation' field.
 AnimationRecord AnimationEventRecord.Builder.getAnimation()
          Gets the value of the 'animation' field
static AnimationRecord AnimationMessagingUtils.packAnimation(Animation animation)
           
 

Methods in org.robokind.impl.animation.messaging with parameters of type AnimationRecord
static AnimationRecord.Builder AnimationRecord.newBuilder(AnimationRecord other)
          Creates a new AnimationRecord RecordBuilder by copying an existing AnimationRecord instance
 void AnimationEventRecord.setAnimation(AnimationRecord value)
          Sets the value of the 'animation' field.
 AnimationEventRecord.Builder AnimationEventRecord.Builder.setAnimation(AnimationRecord value)
          Sets the value of the 'animation' field
static Animation AnimationMessagingUtils.unpackAnimation(AnimationRecord animRec)
           
 



Copyright © 2011-2013. All Rights Reserved.