net.sf.jasperreports.engine.fill
Class JRTemplateGraphicElement
java.lang.Object
net.sf.jasperreports.engine.fill.JRTemplateElement
net.sf.jasperreports.engine.fill.JRTemplateGraphicElement
- All Implemented Interfaces:
- java.io.Serializable, JRCommonElement, JRCommonGraphicElement, JRPenContainer, JRStyleContainer
- Direct Known Subclasses:
- JRTemplateEllipse, JRTemplateImage, JRTemplateLine, JRTemplateRectangle
public abstract class JRTemplateGraphicElement
- extends JRTemplateElement
- implements JRCommonGraphicElement
- Version:
- $Id: JRTemplateGraphicElement.java 2006 2007-12-05 14:28:33Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
Methods inherited from class net.sf.jasperreports.engine.fill.JRTemplateElement |
getBackcolor, getBaseStyle, getDefaultStyleProvider, getForecolor, getId, getKey, getMode, getOrigin, getOwnBackcolor, getOwnForecolor, getOwnMode, getStyle, getStyleNameReference, setBackcolor, setElement, setForecolor, setKey, setMode, setMode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
linePen
protected JRPen linePen
JRTemplateGraphicElement
protected JRTemplateGraphicElement(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider)
JRTemplateGraphicElement
protected JRTemplateGraphicElement(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JRGraphicElement graphicElement)
setGraphicElement
protected void setGraphicElement(JRGraphicElement graphicElement)
getLinePen
public JRPen getLinePen()
- Specified by:
getLinePen
in interface JRCommonGraphicElement
getPen
public byte getPen()
- Deprecated. Replaced by
getLinePen()
getOwnPen
public java.lang.Byte getOwnPen()
- Deprecated. Replaced by
getLinePen()
setPen
public void setPen(byte pen)
- Deprecated. Replaced by
getLinePen()
setPen
public void setPen(java.lang.Byte pen)
- Deprecated. Replaced by
getLinePen()
getFill
public byte getFill()
- Description copied from interface:
JRCommonGraphicElement
- Indicates the fill type used for this element.
- Specified by:
getFill
in interface JRCommonGraphicElement
- Returns:
- one of the pen constants in this class
getOwnFill
public java.lang.Byte getOwnFill()
- Specified by:
getOwnFill
in interface JRCommonGraphicElement
setFill
protected void setFill(byte fill)
setFill
protected void setFill(java.lang.Byte fill)
getDefaultLineWidth
public java.lang.Float getDefaultLineWidth()
- Specified by:
getDefaultLineWidth
in interface JRPenContainer
getDefaultLineColor
public java.awt.Color getDefaultLineColor()
- Specified by:
getDefaultLineColor
in interface JRPenContainer
© 2001-2006 JasperSoft Corporation www.jaspersoft.com