net.sf.jasperreports.engine
Interface JRPrintGraphicElement

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

public interface JRPrintGraphicElement
extends JRPrintElement

Version:
$Id: JRPrintGraphicElement.java,v 1.9 2005/11/28 09:20:44 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 byte getFill()
          Indicates the fill type used for this element.
 java.lang.Byte getOwnFill()
           
 java.lang.Byte getOwnPen()
           
 byte getPen()
          Indicates the pen type used for this element.
 void setFill(byte fill)
          Sets the fill type used for this element.
 void setFill(java.lang.Byte fill)
           
 void setPen(byte pen)
          Sets the pen type that will used for this element.
 void setPen(java.lang.Byte pen)
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRPrintElement
getBackcolor, getForecolor, getHeight, getMode, getOwnBackcolor, getOwnForecolor, getOwnMode, getWidth, getX, getY, setBackcolor, setForecolor, setHeight, setMode, setMode, setStyle, setWidth, setX, setY
 
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer
getDefaultStyleProvider, getStyle
 

Method Detail

getPen

public byte getPen()
Indicates the pen type used for this element.

Returns:
one of the pen constants in this class

getOwnPen

public java.lang.Byte getOwnPen()

setPen

public void setPen(byte pen)
Sets the pen type that will used for this element.

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

setPen

public void setPen(java.lang.Byte pen)

getFill

public byte getFill()
Indicates the fill type used for this element.

Returns:
one of the pen constants in this class

getOwnFill

public java.lang.Byte getOwnFill()

setFill

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

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

setFill

public void setFill(java.lang.Byte fill)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com