public class XprObjImage extends XprObjGraphics
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
imgName
The name of the image file.
|
TYPE_BARCODE, TYPE_BOOKMARK, TYPE_FILLED_RECTANGLE, TYPE_IMAGE, TYPE_LINE, TYPE_RECTANGLE, TYPE_TEXT, TYPE_UNDEFINED| Constructor and Description |
|---|
XprObjImage(double rowStart,
double colStart,
double rowEnd,
double colEnd,
java.lang.String name)
Create a new image XPR object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocationName()
Returns the image name as target location of the file to load.
|
getColumnEnd, getRowEndgetColor, getColumn, getLeftMargin, getRow, getTopMargin, getType, setMargins, setPositionpublic XprObjImage(double rowStart,
double colStart,
double rowEnd,
double colEnd,
java.lang.String name)
rowStart - The starting row value for image.colStart - The starting column value for image.rowEnd - The ending row value for image.colEnd - The ending column value for image.name - The name of the image.