Uses of Class
org.robokind.impl.animation.messaging.ControlPointRecord.Builder

Packages that use ControlPointRecord.Builder
org.robokind.impl.animation.messaging   
 

Uses of ControlPointRecord.Builder in org.robokind.impl.animation.messaging
 

Methods in org.robokind.impl.animation.messaging that return ControlPointRecord.Builder
 ControlPointRecord.Builder ControlPointRecord.Builder.clearPosition()
          Clears the value of the 'position' field
 ControlPointRecord.Builder ControlPointRecord.Builder.clearTime()
          Clears the value of the 'time' field
static ControlPointRecord.Builder ControlPointRecord.newBuilder()
          Creates a new ControlPointRecord RecordBuilder
static ControlPointRecord.Builder ControlPointRecord.newBuilder(ControlPointRecord.Builder other)
          Creates a new ControlPointRecord RecordBuilder by copying an existing Builder
static ControlPointRecord.Builder ControlPointRecord.newBuilder(ControlPointRecord other)
          Creates a new ControlPointRecord RecordBuilder by copying an existing ControlPointRecord instance
 ControlPointRecord.Builder ControlPointRecord.Builder.setPosition(double value)
          Sets the value of the 'position' field
 ControlPointRecord.Builder ControlPointRecord.Builder.setTime(long value)
          Sets the value of the 'time' field
 

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



Copyright © 2011-2014. All Rights Reserved.