| Package | Description |
|---|---|
| org.mechio.impl.animation.messaging |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
static MotionPathRecord.Builder |
MotionPathRecord.newBuilder(MotionPathRecord.Builder other)
Creates a new MotionPathRecord RecordBuilder by copying an existing Builder
|
Copyright © 2011-2016. All Rights Reserved.