@Deprecated
public class SimulScanTemplate
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<SimulScanTemplateElement> |
elements
Deprecated.
|
protected int |
height
Deprecated.
|
protected java.lang.String |
name
Deprecated.
|
protected int |
number
Deprecated.
|
protected int |
width
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
SimulScanTemplate()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SimulScanTemplateElement> |
getElements()
Deprecated.
Returns a list of SimulScanTemplateElements that are contained in this template
|
int |
getHeight()
Deprecated.
Returns the height of the template
|
int |
getId()
Deprecated.
Returns the number of the template
|
java.lang.String |
getName()
Deprecated.
Returns the friendly name of the template
|
int |
getWidth()
Deprecated.
Returns the width of the template
|
protected java.util.List<SimulScanTemplateElement> elements
protected java.lang.String name
protected int number
protected int height
protected int width
public java.util.List<SimulScanTemplateElement> getElements()
public int getHeight()
public int getWidth()
public int getId()
public java.lang.String getName()