| java.lang.Object | |
| ↳ | com.datalogic.device.configuration.PoseManager.DevicePoses.Builder |
Builder for the PoseManager.DevicePoses.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new Builder for the
PoseManager.DevicePoses object with an
initial empty list of poses. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a pose to the list.
| |||||||||||
Build and return a newly created
PoseManager.DevicePoses object. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a new Builder for the PoseManager.DevicePoses object with an
initial empty list of poses.
Add a pose to the list.
| pose | The pose to add. |
|---|
| IllegalArgumentException | if the pose is null. |
|---|
Build and return a newly created PoseManager.DevicePoses object. The created
object is guaranteed to be valid and ready to use.
PoseManager.DevicePoses object.