net.sf.jasperreports.engine
Interface JRPrintGraphicElement

All Superinterfaces:
JRCommonElement, JRCommonGraphicElement, JRPenContainer, JRPrintElement, JRStyleContainer
All Known Subinterfaces:
JRPrintEllipse, JRPrintImage, JRPrintLine, JRPrintRectangle
All Known Implementing Classes:
JRBasePrintEllipse, JRBasePrintGraphicElement, JRBasePrintImage, JRBasePrintLine, JRBasePrintRectangle, JRRecordedValuesPrintImage, JRTemplatePrintEllipse, JRTemplatePrintGraphicElement, JRTemplatePrintImage, JRTemplatePrintLine, JRTemplatePrintRectangle

public interface JRPrintGraphicElement
extends JRPrintElement, JRCommonGraphicElement

Version:
$Id: JRPrintGraphicElement.java 2036 2007-12-12 15:31:16Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 java.lang.Byte getOwnPen()
          Deprecated. Replaced by JRCommonGraphicElement.getLinePen()
 byte getPen()
          Deprecated. Replaced by JRCommonGraphicElement.getLinePen()
 void setFill(byte fill)
          Sets the fill type used for this element.
 void setFill(java.lang.Byte fill)
           
 void setPen(byte pen)
          Deprecated. Replaced by JRCommonGraphicElement.getLinePen()
 void setPen(java.lang.Byte pen)
          Deprecated. Replaced by JRCommonGraphicElement.getLinePen()
 
Methods inherited from interface net.sf.jasperreports.engine.JRPrintElement
getHeight, getKey, getOrigin, getWidth, getX, getY, setBackcolor, setForecolor, setHeight, setMode, setMode, setStyle, setWidth, setX, setY
 
Methods inherited from interface net.sf.jasperreports.engine.JRCommonGraphicElement
getFill, getLinePen, getOwnFill
 
Methods inherited from interface net.sf.jasperreports.engine.JRCommonElement
getBackcolor, getForecolor, getMode, getOwnBackcolor, getOwnForecolor, getOwnMode
 
Methods inherited from interface net.sf.jasperreports.engine.JRPenContainer
getDefaultLineColor, getDefaultLineWidth
 
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer
getDefaultStyleProvider, getStyle, getStyleNameReference
 

Method Detail

getPen

byte getPen()
Deprecated. Replaced by JRCommonGraphicElement.getLinePen()

Indicates the pen type used for this element.

Returns:
one of the pen constants in this class

getOwnPen

java.lang.Byte getOwnPen()
Deprecated. Replaced by JRCommonGraphicElement.getLinePen()


setPen

void setPen(byte pen)
Deprecated. Replaced by JRCommonGraphicElement.getLinePen()

Sets the pen type that will used for this element.

Parameters:
pen - one of the pen constants in this class

setPen

void setPen(java.lang.Byte pen)
Deprecated. Replaced by JRCommonGraphicElement.getLinePen()


setFill

void setFill(byte fill)
Sets the fill type used for this element.

Parameters:
fill - one of the pen constants in this class

setFill

void setFill(java.lang.Byte fill)


© 2001-2006 JasperSoft Corporation www.jaspersoft.com