public interface JRPrintGraphicElement extends JRPrintElement, JRCommonGraphicElement
| Modifier and Type | Method and Description |
|---|---|
java.lang.Byte |
getOwnPen()
Deprecated.
Replaced by
JRCommonGraphicElement.getLinePen() |
byte |
getPen()
Deprecated.
Replaced by
JRCommonGraphicElement.getLinePen() |
void |
setFill(byte fill)
Deprecated.
Replaced by
setFill(FillEnum) |
void |
setFill(java.lang.Byte fill)
Deprecated.
Replaced by
setFill(FillEnum) |
void |
setFill(FillEnum fill)
Sets the fill type used for this element.
|
void |
setPen(byte pen)
Deprecated.
Replaced by
JRCommonGraphicElement.getLinePen() |
void |
setPen(java.lang.Byte pen)
Deprecated.
Replaced by
JRCommonGraphicElement.getLinePen() |
accept, getHeight, getKey, getOrigin, getWidth, getX, getY, setHeight, setStyle, setWidth, setX, setYgetParentProperties, getPropertiesMap, hasPropertiesgetFill, getFillValue, getLinePen, getOwnFill, getOwnFillValuegetBackcolor, getForecolor, getMode, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, setBackcolor, setForecolor, setMode, setMode, setModegetDefaultLineColor, getDefaultLineWidthgetDefaultStyleProvider, getStyle, getStyleNameReferencebyte 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()void setFill(byte fill)
setFill(FillEnum)setFill in interface JRCommonGraphicElementvoid setFill(java.lang.Byte fill)
setFill(FillEnum)setFill in interface JRCommonGraphicElementvoid setFill(FillEnum fill)
setFill in interface JRCommonGraphicElementfill - one of the pen constants in FillEnum.© 2001-2010 Jaspersoft Corporation www.jaspersoft.com