SimulScanTemplateRegion

EMDK For Android 2.3

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

getWidth

public int getWidth()

Returns the width of this template region

Returns:

int

getRegionType

public RegionType getRegionType()

Returns the type of data contained within this region

Returns:

com.symbol.emdk.simulscan.RegionType

getX

public int getX()

Returns the X coordinate of this template region

Returns:

int

getY

public int getY()

Returns the Y coordinate of this template region

Returns:

int