Modifier and Type | Method and Description |
---|---|
BarCodeReader.Size |
BarCodeReader.Parameters.getJpegThumbnailSize()
Returns the dimensions for EXIF thumbnail in Jpeg picture.
|
BarCodeReader.Size |
BarCodeReader.Parameters.getPictureSize()
Returns the dimension setting for pictures.
|
BarCodeReader.Size |
BarCodeReader.Parameters.getPreviewSize()
Returns the dimensions setting for preview pictures.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BarCodeReader.Size> |
BarCodeReader.Parameters.getSupportedJpegThumbnailSizes()
Gets the supported jpeg thumbnail sizes.
|
java.util.List<BarCodeReader.Size> |
BarCodeReader.Parameters.getSupportedPictureSizes()
Gets the supported picture sizes.
|
java.util.List<BarCodeReader.Size> |
BarCodeReader.Parameters.getSupportedPreviewSizes()
Gets the supported preview sizes.
|