| Modifier and Type | Method and Description |
|---|---|
CameraConfig.Builder |
CameraConfig.Builder.clearBrokerAddress()
Clears the value of the 'brokerAddress' field
|
CameraConfig.Builder |
CameraConfig.Builder.clearCameraChannels()
Clears the value of the 'cameraChannels' field
|
CameraConfig.Builder |
CameraConfig.Builder.clearCameraHeight()
Clears the value of the 'cameraHeight' field
|
CameraConfig.Builder |
CameraConfig.Builder.clearCameraNumber()
Clears the value of the 'cameraNumber' field
|
CameraConfig.Builder |
CameraConfig.Builder.clearCameraWidth()
Clears the value of the 'cameraWidth' field
|
CameraConfig.Builder |
CameraConfig.Builder.clearCommandDestination()
Clears the value of the 'commandDestination' field
|
CameraConfig.Builder |
CameraConfig.Builder.clearConnectionOptions()
Clears the value of the 'connectionOptions' field
|
CameraConfig.Builder |
CameraConfig.Builder.clearErrorDestination()
Clears the value of the 'errorDestination' field
|
CameraConfig.Builder |
CameraConfig.Builder.clearEventDestination()
Clears the value of the 'eventDestination' field
|
CameraConfig.Builder |
CameraConfig.Builder.clearFlipImage()
Clears the value of the 'flipImage' field
|
CameraConfig.Builder |
CameraConfig.Builder.clearFrameLength()
Clears the value of the 'frameLength' field
|
CameraConfig.Builder |
CameraConfig.Builder.clearImageChannels()
Clears the value of the 'imageChannels' field
|
CameraConfig.Builder |
CameraConfig.Builder.clearImageHeight()
Clears the value of the 'imageHeight' field
|
CameraConfig.Builder |
CameraConfig.Builder.clearImageWidth()
Clears the value of the 'imageWidth' field
|
static CameraConfig.Builder |
CameraConfig.newBuilder()
Creates a new CameraConfig RecordBuilder
|
static CameraConfig.Builder |
CameraConfig.newBuilder(CameraConfig.Builder other)
Creates a new CameraConfig RecordBuilder by copying an existing Builder
|
static CameraConfig.Builder |
CameraConfig.newBuilder(CameraConfig other)
Creates a new CameraConfig RecordBuilder by copying an existing CameraConfig instance
|
CameraConfig.Builder |
CameraConfig.Builder.setBrokerAddress(String value)
Sets the value of the 'brokerAddress' field
|
CameraConfig.Builder |
CameraConfig.Builder.setCameraChannels(int value)
Sets the value of the 'cameraChannels' field
|
CameraConfig.Builder |
CameraConfig.Builder.setCameraHeight(int value)
Sets the value of the 'cameraHeight' field
|
CameraConfig.Builder |
CameraConfig.Builder.setCameraNumber(int value)
Sets the value of the 'cameraNumber' field
|
CameraConfig.Builder |
CameraConfig.Builder.setCameraWidth(int value)
Sets the value of the 'cameraWidth' field
|
CameraConfig.Builder |
CameraConfig.Builder.setCommandDestination(String value)
Sets the value of the 'commandDestination' field
|
CameraConfig.Builder |
CameraConfig.Builder.setConnectionOptions(String value)
Sets the value of the 'connectionOptions' field
|
CameraConfig.Builder |
CameraConfig.Builder.setErrorDestination(String value)
Sets the value of the 'errorDestination' field
|
CameraConfig.Builder |
CameraConfig.Builder.setEventDestination(String value)
Sets the value of the 'eventDestination' field
|
CameraConfig.Builder |
CameraConfig.Builder.setFlipImage(boolean value)
Sets the value of the 'flipImage' field
|
CameraConfig.Builder |
CameraConfig.Builder.setFrameLength(int value)
Sets the value of the 'frameLength' field
|
CameraConfig.Builder |
CameraConfig.Builder.setImageChannels(int value)
Sets the value of the 'imageChannels' field
|
CameraConfig.Builder |
CameraConfig.Builder.setImageHeight(int value)
Sets the value of the 'imageHeight' field
|
CameraConfig.Builder |
CameraConfig.Builder.setImageWidth(int value)
Sets the value of the 'imageWidth' field
|
| Modifier and Type | Method and Description |
|---|---|
static CameraConfig.Builder |
CameraConfig.newBuilder(CameraConfig.Builder other)
Creates a new CameraConfig RecordBuilder by copying an existing Builder
|
Copyright © 2011-2014. All Rights Reserved.