| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.decode.configuration.CameraWedgeBarcodePosition | |
The CameraWedgeBarcodePosition is an enumeration defining the position
 of the barcode generated by the camera wedge.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CameraWedgeBarcodePosition | CENTERED | The barcode is always centered inside the frame. | |||||||||
| CameraWedgeBarcodePosition | CUSTOM | The barcode is positioned depending on the specified X and Y coordinates. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Enum
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
The barcode is always centered inside the frame.
The barcode is positioned depending on the specified X and Y coordinates.