Uses of Class
org.mechio.impl.animation.messaging.MotionPathRecord

Packages that use MotionPathRecord
org.mechio.impl.animation.messaging   
 

Uses of MotionPathRecord in org.mechio.impl.animation.messaging
 

Fields in org.mechio.impl.animation.messaging with type parameters of type MotionPathRecord
 List<MotionPathRecord> ChannelRecord.motionPaths
          Deprecated. 
 

Methods in org.mechio.impl.animation.messaging that return MotionPathRecord
 MotionPathRecord MotionPathRecord.Builder.build()
           
 

Methods in org.mechio.impl.animation.messaging that return types with arguments of type MotionPathRecord
 List<MotionPathRecord> ChannelRecord.getMotionPaths()
          Gets the value of the 'motionPaths' field.
 List<MotionPathRecord> ChannelRecord.Builder.getMotionPaths()
          Gets the value of the 'motionPaths' field
 

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

Method parameters in org.mechio.impl.animation.messaging with type arguments of type MotionPathRecord
 void ChannelRecord.setMotionPaths(List<MotionPathRecord> value)
          Sets the value of the 'motionPaths' field.
 ChannelRecord.Builder ChannelRecord.Builder.setMotionPaths(List<MotionPathRecord> value)
          Sets the value of the 'motionPaths' field
 



Copyright © 2011-2015. All Rights Reserved.