public abstract class JRBasePrintGraphicElement extends JRBasePrintElement implements JRPrintGraphicElement
| Modifier and Type | Field and Description |
|---|---|
protected FillEnum |
fillValue |
protected JRPen |
linePen |
| Constructor and Description |
|---|
JRBasePrintGraphicElement(JRDefaultStyleProvider defaultStyleProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyPen(JRPen linePen) |
java.awt.Color |
getDefaultLineColor() |
java.lang.Float |
getDefaultLineWidth() |
byte |
getFill()
Deprecated.
Replaced by
getFillValue() |
FillEnum |
getFillValue()
Indicates the fill type used for this element.
|
JRPen |
getLinePen() |
java.lang.Byte |
getOwnFill()
Deprecated.
Replaced by
getOwnFillValue() |
FillEnum |
getOwnFillValue()
Indicates the own fill type used for this element.
|
java.lang.Byte |
getOwnPen()
Deprecated.
Replaced by
getLinePen() |
byte |
getPen()
Deprecated.
Replaced by
getLinePen() |
void |
setFill(byte fill)
Deprecated.
Replaced by
setFill(FillEnum) |
void |
setFill(java.lang.Byte fill)
Deprecated.
Replaced by
setFill(FillEnum) |
void |
setFill(FillEnum fillValue)
Sets the fill type used for this element.
|
void |
setPen(byte pen)
Deprecated.
Replaced by
getLinePen() |
void |
setPen(java.lang.Byte pen)
Deprecated.
Replaced by
getLinePen() |
accept, getBackcolor, getDefaultStyleProvider, getForecolor, getHeight, getKey, getMode, getModeValue, getOrigin, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, getParentProperties, getPropertiesMap, getStyle, getStyleNameReference, getWidth, getX, getY, hasProperties, setBackcolor, setForecolor, setHeight, setKey, setMode, setMode, setMode, setOrigin, setStyle, setWidth, setX, setYclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, getHeight, getKey, getOrigin, getWidth, getX, getY, setHeight, setStyle, setWidth, setX, setYgetParentProperties, getPropertiesMap, hasPropertiesgetBackcolor, getForecolor, getMode, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, setBackcolor, setForecolor, setMode, setMode, setModegetDefaultStyleProvider, getStyle, getStyleNameReferencepublic JRBasePrintGraphicElement(JRDefaultStyleProvider defaultStyleProvider)
public JRPen getLinePen()
getLinePen in interface JRCommonGraphicElementpublic void copyPen(JRPen linePen)
public byte getPen()
getLinePen()JRPrintGraphicElementgetPen in interface JRPrintGraphicElementpublic java.lang.Byte getOwnPen()
getLinePen()getOwnPen in interface JRPrintGraphicElementpublic void setPen(byte pen)
getLinePen()JRPrintGraphicElementsetPen in interface JRPrintGraphicElementpen - one of the pen constants in this classpublic void setPen(java.lang.Byte pen)
getLinePen()setPen in interface JRPrintGraphicElementpublic byte getFill()
getFillValue()getFill in interface JRCommonGraphicElementpublic java.lang.Byte getOwnFill()
getOwnFillValue()getOwnFill in interface JRCommonGraphicElementpublic void setFill(byte fill)
setFill(FillEnum)setFill in interface JRCommonGraphicElementsetFill in interface JRPrintGraphicElementpublic void setFill(java.lang.Byte fill)
setFill(FillEnum)setFill in interface JRCommonGraphicElementsetFill in interface JRPrintGraphicElementpublic FillEnum getFillValue()
JRCommonGraphicElementgetFillValue in interface JRCommonGraphicElementFillEnumpublic FillEnum getOwnFillValue()
JRCommonGraphicElementgetOwnFillValue in interface JRCommonGraphicElementFillEnumpublic void setFill(FillEnum fillValue)
JRPrintGraphicElementsetFill in interface JRCommonGraphicElementsetFill in interface JRPrintGraphicElementfillValue - one of the pen constants in FillEnum.public java.lang.Float getDefaultLineWidth()
getDefaultLineWidth in interface JRPenContainerpublic java.awt.Color getDefaultLineColor()
getDefaultLineColor in interface JRPenContainer© 2001-2010 Jaspersoft Corporation www.jaspersoft.com