|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An abstract representation of a report graphic element. It provides basic functionality for images, lines, rectangles and ellipses.
Field Summary | |
static byte |
FILL_SOLID
Constant useful for specifying that the inside of an element should be drawn using the background color. |
static byte |
PEN_1_POINT
Contant useful for specifying that an element border of 1 pixel. |
static byte |
PEN_2_POINT
Contant useful for specifying that an element border of 2 pixels. |
static byte |
PEN_4_POINT
Contant useful for specifying that an element border of 4 pixels. |
static byte |
PEN_DOTTED
Contant useful for specifying that an element has a dashed border. |
static byte |
PEN_NONE
Contant useful for specifying that the element border will not be drawn. |
static byte |
PEN_THIN
Contant useful for specifying that an element has a thin border (0.5 pixels) |
Fields inherited from interface net.sf.jasperreports.engine.JRElement |
MODE_OPAQUE, MODE_TRANSPARENT, POSITION_TYPE_FIX_RELATIVE_TO_BOTTOM, POSITION_TYPE_FIX_RELATIVE_TO_TOP, POSITION_TYPE_FLOAT, STRETCH_TYPE_NO_STRETCH, STRETCH_TYPE_RELATIVE_TO_BAND_HEIGHT, STRETCH_TYPE_RELATIVE_TO_TALLEST_OBJECT |
Method Summary | |
byte |
getFill()
Indicates the fill type used for this element. |
byte |
getPen()
Indicates the pen type used for this element. |
void |
setFill(byte fill)
Sets the fill type used for this element. |
void |
setPen(byte pen)
Sets the pen type that will used for this element. |
Methods inherited from interface net.sf.jasperreports.engine.JRElement |
collectExpressions, getBackcolor, getElementGroup, getForecolor, getHeight, getKey, getMode, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getStretchType, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setBackcolor, setForecolor, setMode, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setWidth, setX |
Methods inherited from interface net.sf.jasperreports.engine.JRChild |
getCopy, writeXml |
Field Detail |
public static final byte PEN_NONE
public static final byte PEN_1_POINT
public static final byte PEN_2_POINT
public static final byte PEN_4_POINT
public static final byte PEN_DOTTED
public static final byte PEN_THIN
public static final byte FILL_SOLID
Method Detail |
public byte getPen()
public void setPen(byte pen)
pen
- one of the pen constants in this classpublic byte getFill()
public void setFill(byte fill)
fill
- one of the pen constants in this class
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |