|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnimationEventRecord.Builder | |
|---|---|
| org.robokind.impl.animation.messaging | |
| Uses of AnimationEventRecord.Builder in org.robokind.impl.animation.messaging |
|---|
| Methods in org.robokind.impl.animation.messaging that return AnimationEventRecord.Builder | |
|---|---|
AnimationEventRecord.Builder |
AnimationEventRecord.Builder.clearAnimation()
Clears the value of the 'animation' field |
AnimationEventRecord.Builder |
AnimationEventRecord.Builder.clearCurrentTimeMillisec()
Clears the value of the 'currentTimeMillisec' field |
AnimationEventRecord.Builder |
AnimationEventRecord.Builder.clearDestinationId()
Clears the value of the 'destinationId' field |
AnimationEventRecord.Builder |
AnimationEventRecord.Builder.clearSourceId()
Clears the value of the 'sourceId' field |
static AnimationEventRecord.Builder |
AnimationEventRecord.newBuilder()
Creates a new AnimationEventRecord RecordBuilder |
static AnimationEventRecord.Builder |
AnimationEventRecord.newBuilder(AnimationEventRecord.Builder other)
Creates a new AnimationEventRecord RecordBuilder by copying an existing Builder |
static AnimationEventRecord.Builder |
AnimationEventRecord.newBuilder(AnimationEventRecord other)
Creates a new AnimationEventRecord RecordBuilder by copying an existing AnimationEventRecord instance |
AnimationEventRecord.Builder |
AnimationEventRecord.Builder.setAnimation(AnimationRecord value)
Sets the value of the 'animation' field |
AnimationEventRecord.Builder |
AnimationEventRecord.Builder.setCurrentTimeMillisec(long value)
Sets the value of the 'currentTimeMillisec' field |
AnimationEventRecord.Builder |
AnimationEventRecord.Builder.setDestinationId(String value)
Sets the value of the 'destinationId' field |
AnimationEventRecord.Builder |
AnimationEventRecord.Builder.setSourceId(String value)
Sets the value of the 'sourceId' field |
| Methods in org.robokind.impl.animation.messaging with parameters of type AnimationEventRecord.Builder | |
|---|---|
static AnimationEventRecord.Builder |
AnimationEventRecord.newBuilder(AnimationEventRecord.Builder other)
Creates a new AnimationEventRecord RecordBuilder by copying an existing Builder |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||