net.sf.jasperreports.engine.fill
public class JRTemplatePrintGraphicElement extends JRTemplatePrintElement implements JRPrintGraphicElement
JRPrintGraphicElement that uses
a JRTemplateGraphicElement instance to
store common attributes.template| Modifier | Constructor and Description |
|---|---|
protected |
JRTemplatePrintGraphicElement(JRTemplateGraphicElement graphicElement) |
| Modifier and Type | Method and Description |
|---|---|
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 fill)
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, getTemplate, getWidth, getX, getY, hasProperties, setBackcolor, setForecolor, setHeight, setMode, setMode, setMode, setStyle, setTemplate, setWidth, setX, setY, updateElementTemplateclone, 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, getStyleNameReferenceprotected JRTemplatePrintGraphicElement(JRTemplateGraphicElement graphicElement)
public JRPen getLinePen()
getLinePen in interface JRCommonGraphicElementpublic 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 fill)
JRPrintGraphicElementsetFill in interface JRCommonGraphicElementsetFill in interface JRPrintGraphicElementfill - one of the pen constants in FillEnum.public java.lang.Float getDefaultLineWidth()
getDefaultLineWidth in interface JRPenContainerpublic java.awt.Color getDefaultLineColor()
getDefaultLineColor in interface JRPenContainergetDefaultLineColor in class JRTemplatePrintElement© 2001-2010 Jaspersoft Corporation www.jaspersoft.com