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