SimulScanTemplate

EMDK For Android 2.3

The Template class represents the XML template passed into the SimulScanEngine. All of the recognizable tags and attributes are placed into this class.

Public interfaces

java.io.Serializable

Public Methods

getElements

public List getElements()

Returns a list of SimulScanTemplateElements that are contained in this template

Returns:

java.util.List

getHeight

public int getHeight()

Returns the height of the template

Returns:

int

getWidth

public int getWidth()

Returns the width of the template

Returns:

int

getId

public int getId()

Returns the number of the template

Returns:

int

getName

public String getName()

Returns the friendly name of the template

Returns:

java.lang.String