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, JRRecordedValuesPrintImage, JRTemplatePrintEllipse, JRTemplatePrintGraphicElement, JRTemplatePrintImage, JRTemplatePrintLine, JRTemplatePrintRectangle

public interface JRPrintGraphicElement
extends JRPrintElement

Version:
$Id: JRPrintGraphicElement.java 1229 2006-04-19 13:27:35 +0300 (Wed, 19 Apr 2006) teodord $
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, getKey, 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

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

Returns:
one of the pen constants in this class

getOwnPen

java.lang.Byte getOwnPen()

setPen

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

void setPen(java.lang.Byte pen)

getFill

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

Returns:
one of the pen constants in this class

getOwnFill

java.lang.Byte getOwnFill()

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