to top
Datalogic APIs
public static class

CameraInputDevice.PreviewSize

extends Object
java.lang.Object
   ↳ com.datalogic.decode.CameraInputDevice.PreviewSize

Class Overview

Class representing a preview size.

Summary

Public Constructors
PreviewSize(int width, int height)
Public Methods
int getHeight()
Returns the preview height.
int getWidth()
Returns the preview width.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PreviewSize (int width, int height)

Added in revision 33

Public Methods

public int getHeight ()

Added in revision 33

Returns the preview height.

Returns
  • The preview height.

public int getWidth ()

Added in revision 33

Returns the preview width.

Returns
  • The preview width.