|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of RGBOutputRecord.Builder in org.robokind.avrogen.sensor |
|---|
| Methods in org.robokind.avrogen.sensor that return RGBOutputRecord.Builder | |
|---|---|
RGBOutputRecord.Builder |
RGBOutputRecord.Builder.clearBlue()
Clears the value of the 'blue' field |
RGBOutputRecord.Builder |
RGBOutputRecord.Builder.clearChannelId()
Clears the value of the 'channelId' field |
RGBOutputRecord.Builder |
RGBOutputRecord.Builder.clearGreen()
Clears the value of the 'green' field |
RGBOutputRecord.Builder |
RGBOutputRecord.Builder.clearHeader()
Clears the value of the 'header' field |
RGBOutputRecord.Builder |
RGBOutputRecord.Builder.clearRed()
Clears the value of the 'red' field |
static RGBOutputRecord.Builder |
RGBOutputRecord.newBuilder()
Creates a new RGBOutputRecord RecordBuilder |
static RGBOutputRecord.Builder |
RGBOutputRecord.newBuilder(RGBOutputRecord.Builder other)
Creates a new RGBOutputRecord RecordBuilder by copying an existing Builder |
static RGBOutputRecord.Builder |
RGBOutputRecord.newBuilder(RGBOutputRecord other)
Creates a new RGBOutputRecord RecordBuilder by copying an existing RGBOutputRecord instance |
RGBOutputRecord.Builder |
RGBOutputRecord.Builder.setBlue(int value)
Sets the value of the 'blue' field |
RGBOutputRecord.Builder |
RGBOutputRecord.Builder.setChannelId(int value)
Sets the value of the 'channelId' field |
RGBOutputRecord.Builder |
RGBOutputRecord.Builder.setGreen(int value)
Sets the value of the 'green' field |
RGBOutputRecord.Builder |
RGBOutputRecord.Builder.setHeader(HeaderRecord value)
Sets the value of the 'header' field |
RGBOutputRecord.Builder |
RGBOutputRecord.Builder.setRed(int value)
Sets the value of the 'red' field |
| Methods in org.robokind.avrogen.sensor with parameters of type RGBOutputRecord.Builder | |
|---|---|
static RGBOutputRecord.Builder |
RGBOutputRecord.newBuilder(RGBOutputRecord.Builder other)
Creates a new RGBOutputRecord RecordBuilder by copying an existing Builder |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||