public class XprObjFilledRectangle extends XprObjRectangle
| Modifier and Type | Field and Description |
|---|---|
private int |
fillColor
The rectangle fil color, white with full opacity by default.
|
RADIUS_SCALETYPE_BARCODE, TYPE_BOOKMARK, TYPE_FILLED_RECTANGLE, TYPE_IMAGE, TYPE_LINE, TYPE_RECTANGLE, TYPE_TEXT, TYPE_UNDEFINED| Constructor and Description |
|---|
XprObjFilledRectangle(int rectColor,
int fillColor,
double rowStart,
double colStart,
double rowEnd,
double colEnd,
int width,
boolean rounded)
Create a new rectangle XPR object.
|
XprObjFilledRectangle(int rectColor,
int fillColor,
double rowStart,
double colStart,
double rowEnd,
double colEnd,
int width,
boolean rounded,
net.sf.jasperreports.engine.type.LineStyleEnum style)
Create a new rectangle XPR object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFillColor()
Returns the object filling color value.
|
getRectLineStyle, getRectLineWidth, isRoundedgetColumnEnd, getRowEndgetColor, getColumn, getLeftMargin, getRow, getTopMargin, getType, setMargins, setPositionprivate int fillColor
public XprObjFilledRectangle(int rectColor,
int fillColor,
double rowStart,
double colStart,
double rowEnd,
double colEnd,
int width,
boolean rounded)
rectColor - Rectangle color.fillColor - Rectangle fill color.rowStart - The starting row value for rectangle.colStart - The starting column value for rectangle.rowEnd - The ending row value for rectangle.colEnd - The ending column value for rectangle.width - The line width.rounded - The rectangle is rounded when TRUE.public XprObjFilledRectangle(int rectColor,
int fillColor,
double rowStart,
double colStart,
double rowEnd,
double colEnd,
int width,
boolean rounded,
net.sf.jasperreports.engine.type.LineStyleEnum style)
rectColor - Rectangle color.fillColor - Rectangle fill color.rowStart - The starting row value for rectangle.colStart - The starting column value for rectangle.rowEnd - The ending row value for rectangle.colEnd - The ending column value for rectangle.width - The line width.rounded - The rectangle is rounded when TRUE.style - The line style for rectangle.