Uses of Class
org.robokind.avrogen.motion.MotionFrameRecord.Builder

Uses of MotionFrameRecord.Builder in org.robokind.avrogen.motion
 

Methods in org.robokind.avrogen.motion that return MotionFrameRecord.Builder
 MotionFrameRecord.Builder MotionFrameRecord.Builder.clearGoalPositions()
          Clears the value of the 'goalPositions' field
 MotionFrameRecord.Builder MotionFrameRecord.Builder.clearMoveDurationMillisec()
          Clears the value of the 'moveDurationMillisec' field
 MotionFrameRecord.Builder MotionFrameRecord.Builder.clearStartPositions()
          Clears the value of the 'startPositions' field
 MotionFrameRecord.Builder MotionFrameRecord.Builder.clearTimestampMillisecUTC()
          Clears the value of the 'timestampMillisecUTC' field
static MotionFrameRecord.Builder MotionFrameRecord.newBuilder()
          Creates a new MotionFrameRecord RecordBuilder
static MotionFrameRecord.Builder MotionFrameRecord.newBuilder(MotionFrameRecord.Builder other)
          Creates a new MotionFrameRecord RecordBuilder by copying an existing Builder
static MotionFrameRecord.Builder MotionFrameRecord.newBuilder(MotionFrameRecord other)
          Creates a new MotionFrameRecord RecordBuilder by copying an existing MotionFrameRecord instance
 MotionFrameRecord.Builder MotionFrameRecord.Builder.setGoalPositions(RobotPositionMapRecord value)
          Sets the value of the 'goalPositions' field
 MotionFrameRecord.Builder MotionFrameRecord.Builder.setMoveDurationMillisec(long value)
          Sets the value of the 'moveDurationMillisec' field
 MotionFrameRecord.Builder MotionFrameRecord.Builder.setStartPositions(RobotPositionMapRecord value)
          Sets the value of the 'startPositions' field
 MotionFrameRecord.Builder MotionFrameRecord.Builder.setTimestampMillisecUTC(long value)
          Sets the value of the 'timestampMillisecUTC' field
 

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



Copyright © 2011-2013. All Rights Reserved.