to top
Datalogic APIs
public static class

PoseManager.DevicePoses.Builder

extends Object
java.lang.Object
   ↳ com.datalogic.device.configuration.PoseManager.DevicePoses.Builder

Class Overview

Builder for the PoseManager.DevicePoses.

Summary

Public Constructors
Builder()
Create a new Builder for the PoseManager.DevicePoses object with an initial empty list of poses.
Public Methods
PoseManager.DevicePoses.Builder addPose(PoseManager.Pose pose)
Add a pose to the list.
PoseManager.DevicePoses build()
Build and return a newly created PoseManager.DevicePoses object.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Builder ()

Added in revision 47

Create a new Builder for the PoseManager.DevicePoses object with an initial empty list of poses.

Public Methods

public PoseManager.DevicePoses.Builder addPose (PoseManager.Pose pose)

Added in revision 47

Add a pose to the list.

Parameters
pose The pose to add.
Throws
IllegalArgumentException if the pose is null.

public PoseManager.DevicePoses build ()

Added in revision 47

Build and return a newly created PoseManager.DevicePoses object. The created object is guaranteed to be valid and ready to use.

Returns