Class Overview
Class representing the display mode used to fit the preview to the screen
on the shortest size. As parameter it is possible to set the positioning for
portrait and landscape.
Summary
[Expand]
Inherited Methods |
From class
com.datalogic.decode.CameraInputDevice.PreviewDisplayMode
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
int
POSITIONING_BOTTOM
Constant Value:
4
(0x00000004)
public
static
final
int
POSITIONING_CENTER
Constant Value:
0
(0x00000000)
public
static
final
int
POSITIONING_LEFT
Constant Value:
1
(0x00000001)
public
static
final
int
POSITIONING_RIGHT
Constant Value:
2
(0x00000002)
public
static
final
int
POSITIONING_TOP
Constant Value:
3
(0x00000003)
Public Constructors
public
FitScreenPreviewDisplayMode
(int portraitPositioning, int landscapePositioning)
Public Methods
public
int
getLandscapePositioning
()
public
int
getPortraitPositioning
()
public
void
setLandscapePositioning
(int landscapePositioning)
public
void
setPortraitPositioning
(int portraitPositioning)