public interface JRGraphicElement extends JRElement, JRCommonGraphicElement
| Modifier and Type | Field and Description |
|---|---|
static byte |
FILL_SOLID
Deprecated.
Replaced by
FillEnum.SOLID. |
static byte |
PEN_1_POINT
Deprecated.
Replaced by
PenEnum.ONE_POINT. |
static byte |
PEN_2_POINT
Deprecated.
Replaced by
PenEnum.TWO_POINT. |
static byte |
PEN_4_POINT
Deprecated.
Replaced by
PenEnum.FOUR_POINT. |
static byte |
PEN_DOTTED
Deprecated.
Replaced by
PenEnum.DOTTED. |
static byte |
PEN_NONE
Deprecated.
Replaced by
PenEnum.NONE. |
static byte |
PEN_THIN
Deprecated.
Replaced by
PenEnum.THIN. |
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| Modifier and Type | Method and Description |
|---|---|
java.lang.Byte |
getOwnPen()
Deprecated.
Replaced by
JRCommonGraphicElement.getLinePen() |
byte |
getPen()
Deprecated.
Replaced by
JRCommonGraphicElement.getLinePen() |
void |
setPen(byte pen)
Deprecated.
Replaced by
JRCommonGraphicElement.getLinePen() |
void |
setPen(java.lang.Byte pen)
Deprecated.
Replaced by
JRCommonGraphicElement.getLinePen() |
collectExpressions, getElementGroup, getKey, getPositionType, getPositionTypeValue, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStretchTypeValue, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setPositionType, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setStretchType, setWidth, setXvisitclonegetParentProperties, getPropertiesMap, hasPropertiesgetFill, getFillValue, getLinePen, getOwnFill, getOwnFillValue, setFill, setFill, setFillgetBackcolor, getForecolor, getHeight, getMode, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, getWidth, setBackcolor, setForecolor, setMode, setMode, setModegetDefaultLineColor, getDefaultLineWidthgetDefaultStyleProvider, getStyle, getStyleNameReferencestatic final byte PEN_NONE
PenEnum.NONE.static final byte PEN_1_POINT
PenEnum.ONE_POINT.static final byte PEN_2_POINT
PenEnum.TWO_POINT.static final byte PEN_4_POINT
PenEnum.FOUR_POINT.static final byte PEN_DOTTED
PenEnum.DOTTED.static final byte PEN_THIN
PenEnum.THIN.static final byte FILL_SOLID
FillEnum.SOLID.byte getPen()
JRCommonGraphicElement.getLinePen()java.lang.Byte getOwnPen()
JRCommonGraphicElement.getLinePen()void setPen(byte pen)
JRCommonGraphicElement.getLinePen()pen - one of the pen constants in this classvoid setPen(java.lang.Byte pen)
JRCommonGraphicElement.getLinePen()© 2001-2010 Jaspersoft Corporation www.jaspersoft.com