SimulScanTemplateRegion

EMDK For Android 4.0

The SimulScanTemplateRegion class represents a particular region in a Template.

Public Methods

getHeight

public int getHeight()

Returns the height of this template region

Returns:

int - int The template region's height

getWidth

public int getWidth()

Returns the width of this template region

Returns:

int - int The template region's width

getRegionType

public RegionType getRegionType()

Returns the type of data contained within this region

Returns:

com.symbol.emdk.simulscan.RegionType - RegionType The RegionType

getX

public int getX()

Returns the X coordinate of this template region

Returns:

int - int The X coordinate of the template region

getY

public int getY()

Returns the Y coordinate of this template region

Returns:

int - int The Y coordinate of the template region