@Deprecated public class SimulScanTemplateRegion extends SimulScanTemplateElement
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
height
Deprecated.  
  | 
protected RegionType | 
regionType
Deprecated.  
  | 
protected int | 
width
Deprecated.  
  | 
protected int | 
x
Deprecated.  
  | 
protected int | 
y
Deprecated.  
  | 
name, number| Modifier | Constructor and Description | 
|---|---|
protected  | 
SimulScanTemplateRegion()
Deprecated.  
  | 
protected  | 
SimulScanTemplateRegion(int number,
                       java.lang.String name)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getHeight()
Deprecated.  
Returns the height of this template region 
 | 
RegionType | 
getRegionType()
Deprecated.  
Returns the type of data contained within this region 
 | 
int | 
getWidth()
Deprecated.  
Returns the width of this template region 
 | 
int | 
getX()
Deprecated.  
Returns the X coordinate of this template region 
 | 
int | 
getY()
Deprecated.  
Returns the Y coordinate of this template region 
 | 
getName, getRegionNumberprotected int height
protected int width
protected int x
protected int y
protected RegionType regionType
protected SimulScanTemplateRegion()
protected SimulScanTemplateRegion(int number,
                                  java.lang.String name)
public int getHeight()
public int getWidth()
public RegionType getRegionType()
public int getX()
public int getY()