|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnimationRecord.Builder | |
|---|---|
| org.robokind.impl.animation.messaging | |
| Uses of AnimationRecord.Builder in org.robokind.impl.animation.messaging |
|---|
| Methods in org.robokind.impl.animation.messaging that return AnimationRecord.Builder | |
|---|---|
AnimationRecord.Builder |
AnimationRecord.Builder.clearChannels()
Clears the value of the 'channels' field |
AnimationRecord.Builder |
AnimationRecord.Builder.clearName()
Clears the value of the 'name' field |
AnimationRecord.Builder |
AnimationRecord.Builder.clearStartTime()
Clears the value of the 'startTime' field |
AnimationRecord.Builder |
AnimationRecord.Builder.clearStopTime()
Clears the value of the 'stopTime' field |
AnimationRecord.Builder |
AnimationRecord.Builder.clearVersionNumber()
Clears the value of the 'versionNumber' field |
static AnimationRecord.Builder |
AnimationRecord.newBuilder()
Creates a new AnimationRecord RecordBuilder |
static AnimationRecord.Builder |
AnimationRecord.newBuilder(AnimationRecord.Builder other)
Creates a new AnimationRecord RecordBuilder by copying an existing Builder |
static AnimationRecord.Builder |
AnimationRecord.newBuilder(AnimationRecord other)
Creates a new AnimationRecord RecordBuilder by copying an existing AnimationRecord instance |
AnimationRecord.Builder |
AnimationRecord.Builder.setChannels(List<ChannelRecord> value)
Sets the value of the 'channels' field |
AnimationRecord.Builder |
AnimationRecord.Builder.setName(String value)
Sets the value of the 'name' field |
AnimationRecord.Builder |
AnimationRecord.Builder.setStartTime(Long value)
Sets the value of the 'startTime' field |
AnimationRecord.Builder |
AnimationRecord.Builder.setStopTime(Long value)
Sets the value of the 'stopTime' field |
AnimationRecord.Builder |
AnimationRecord.Builder.setVersionNumber(String value)
Sets the value of the 'versionNumber' field |
| Methods in org.robokind.impl.animation.messaging with parameters of type AnimationRecord.Builder | |
|---|---|
static AnimationRecord.Builder |
AnimationRecord.newBuilder(AnimationRecord.Builder other)
Creates a new AnimationRecord RecordBuilder by copying an existing Builder |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||