|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChannelRecord.Builder | |
|---|---|
| org.robokind.impl.animation.messaging | |
| Uses of ChannelRecord.Builder in org.robokind.impl.animation.messaging |
|---|
| Methods in org.robokind.impl.animation.messaging that return ChannelRecord.Builder | |
|---|---|
ChannelRecord.Builder |
ChannelRecord.Builder.clearChannelId()
Clears the value of the 'channelId' field |
ChannelRecord.Builder |
ChannelRecord.Builder.clearMotionPaths()
Clears the value of the 'motionPaths' field |
ChannelRecord.Builder |
ChannelRecord.Builder.clearName()
Clears the value of the 'name' field |
ChannelRecord.Builder |
ChannelRecord.Builder.clearStartTime()
Clears the value of the 'startTime' field |
ChannelRecord.Builder |
ChannelRecord.Builder.clearStopTime()
Clears the value of the 'stopTime' field |
static ChannelRecord.Builder |
ChannelRecord.newBuilder()
Creates a new ChannelRecord RecordBuilder |
static ChannelRecord.Builder |
ChannelRecord.newBuilder(ChannelRecord.Builder other)
Creates a new ChannelRecord RecordBuilder by copying an existing Builder |
static ChannelRecord.Builder |
ChannelRecord.newBuilder(ChannelRecord other)
Creates a new ChannelRecord RecordBuilder by copying an existing ChannelRecord instance |
ChannelRecord.Builder |
ChannelRecord.Builder.setChannelId(int value)
Sets the value of the 'channelId' field |
ChannelRecord.Builder |
ChannelRecord.Builder.setMotionPaths(List<MotionPathRecord> value)
Sets the value of the 'motionPaths' field |
ChannelRecord.Builder |
ChannelRecord.Builder.setName(String value)
Sets the value of the 'name' field |
ChannelRecord.Builder |
ChannelRecord.Builder.setStartTime(Long value)
Sets the value of the 'startTime' field |
ChannelRecord.Builder |
ChannelRecord.Builder.setStopTime(Long value)
Sets the value of the 'stopTime' field |
| Methods in org.robokind.impl.animation.messaging with parameters of type ChannelRecord.Builder | |
|---|---|
static ChannelRecord.Builder |
ChannelRecord.newBuilder(ChannelRecord.Builder other)
Creates a new ChannelRecord RecordBuilder by copying an existing Builder |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||