public class XprObjGraphics extends XprObjBase
| Modifier and Type | Field and Description |
|---|---|
private double |
colEnd
Ending object row coordinate.
|
private double |
rowEnd
Ending object row coordinate.
|
TYPE_BARCODE, TYPE_BOOKMARK, TYPE_FILLED_RECTANGLE, TYPE_IMAGE, TYPE_LINE, TYPE_RECTANGLE, TYPE_TEXT, TYPE_UNDEFINED| Constructor and Description |
|---|
XprObjGraphics(int type,
double rowStart,
double colStart,
double rowEnd,
double colEnd)
Create a new common graphics XPR object.
|
XprObjGraphics(int type,
int color,
double rowStart,
double colStart,
double rowEnd,
double colEnd)
Create a new commmon graphics XPR object.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getColumnEnd()
Returns the object end column value.
|
double |
getRowEnd()
Returns the object end row value.
|
getColor, getColumn, getLeftMargin, getRow, getTopMargin, getType, setMargins, setPositionprivate double rowEnd
private double colEnd
public XprObjGraphics(int type,
int color,
double rowStart,
double colStart,
double rowEnd,
double colEnd)
type - The object type value.color - Graphcs primitive color.rowStart - The starting row value for primitive.colStart - The starting column value for primitive.rowEnd - The ending row value for primitive.colEnd - The ending column value for primitive.public XprObjGraphics(int type,
double rowStart,
double colStart,
double rowEnd,
double colEnd)
type - The object type value.rowStart - The starting row value for primitive.colStart - The starting column value for primitive.rowEnd - The ending row value for primitive.colEnd - The ending column value for primitive.