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

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

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

Fields in org.robokind.impl.animation.messaging with type parameters of type ControlPointRecord
 List<ControlPointRecord> MotionPathRecord.controlPoints
          Deprecated. 
 

Methods in org.robokind.impl.animation.messaging that return ControlPointRecord
 ControlPointRecord ControlPointRecord.Builder.build()
           
 

Methods in org.robokind.impl.animation.messaging that return types with arguments of type ControlPointRecord
 List<ControlPointRecord> MotionPathRecord.getControlPoints()
          Gets the value of the 'controlPoints' field.
 List<ControlPointRecord> MotionPathRecord.Builder.getControlPoints()
          Gets the value of the 'controlPoints' field
 

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

Method parameters in org.robokind.impl.animation.messaging with type arguments of type ControlPointRecord
 void MotionPathRecord.setControlPoints(List<ControlPointRecord> value)
          Sets the value of the 'controlPoints' field.
 MotionPathRecord.Builder MotionPathRecord.Builder.setControlPoints(List<ControlPointRecord> value)
          Sets the value of the 'controlPoints' field
 



Copyright © 2011-2014. All Rights Reserved.