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

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

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

Methods in org.mechio.impl.animation.messaging that return MotionPathRecord.Builder
 MotionPathRecord.Builder MotionPathRecord.Builder.clearControlPoints()
          Clears the value of the 'controlPoints' field
 MotionPathRecord.Builder MotionPathRecord.Builder.clearInterpolator()
          Clears the value of the 'interpolator' field
 MotionPathRecord.Builder MotionPathRecord.Builder.clearMotionPathId()
          Clears the value of the 'motionPathId' field
 MotionPathRecord.Builder MotionPathRecord.Builder.clearName()
          Clears the value of the 'name' field
 MotionPathRecord.Builder MotionPathRecord.Builder.clearStartTime()
          Clears the value of the 'startTime' field
 MotionPathRecord.Builder MotionPathRecord.Builder.clearStopTime()
          Clears the value of the 'stopTime' field
static MotionPathRecord.Builder MotionPathRecord.newBuilder()
          Creates a new MotionPathRecord RecordBuilder
static MotionPathRecord.Builder MotionPathRecord.newBuilder(MotionPathRecord.Builder other)
          Creates a new MotionPathRecord RecordBuilder by copying an existing Builder
static MotionPathRecord.Builder MotionPathRecord.newBuilder(MotionPathRecord other)
          Creates a new MotionPathRecord RecordBuilder by copying an existing MotionPathRecord instance
 MotionPathRecord.Builder MotionPathRecord.Builder.setControlPoints(List<ControlPointRecord> value)
          Sets the value of the 'controlPoints' field
 MotionPathRecord.Builder MotionPathRecord.Builder.setInterpolator(InterpolatorTypeRecord value)
          Sets the value of the 'interpolator' field
 MotionPathRecord.Builder MotionPathRecord.Builder.setMotionPathId(int value)
          Sets the value of the 'motionPathId' field
 MotionPathRecord.Builder MotionPathRecord.Builder.setName(String value)
          Sets the value of the 'name' field
 MotionPathRecord.Builder MotionPathRecord.Builder.setStartTime(Long value)
          Sets the value of the 'startTime' field
 MotionPathRecord.Builder MotionPathRecord.Builder.setStopTime(Long value)
          Sets the value of the 'stopTime' field
 

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



Copyright © 2011-2015. All Rights Reserved.