net.sf.jasperreports.engine.base
Class JRBasePrintGraphicElement

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBasePrintElement
      extended bynet.sf.jasperreports.engine.base.JRBasePrintGraphicElement
All Implemented Interfaces:
JRPrintElement, JRPrintGraphicElement, java.io.Serializable
Direct Known Subclasses:
JRBasePrintEllipse, JRBasePrintImage, JRBasePrintLine, JRBasePrintRectangle

public abstract class JRBasePrintGraphicElement
extends JRBasePrintElement
implements JRPrintGraphicElement

Version:
$Id: JRBasePrintGraphicElement.java,v 1.22 2005/09/07 13:58:25 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
protected  byte fill
           
protected  byte pen
           
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBasePrintElement
backcolor, forecolor, height, mode, width, x, y
 
Constructor Summary
JRBasePrintGraphicElement()
           
 
Method Summary
 byte getFill()
           
 byte getPen()
           
 void setFill(byte fill)
           
 void setPen(byte pen)
           
 
Methods inherited from class net.sf.jasperreports.engine.base.JRBasePrintElement
getBackcolor, getForecolor, getHeight, getMode, getWidth, getX, getY, setBackcolor, setForecolor, setHeight, setMode, setWidth, setX, setY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jasperreports.engine.JRPrintElement
getBackcolor, getForecolor, getHeight, getMode, getWidth, getX, getY, setBackcolor, setForecolor, setHeight, setMode, setWidth, setX, setY
 

Field Detail

pen

protected byte pen

fill

protected byte fill
Constructor Detail

JRBasePrintGraphicElement

public JRBasePrintGraphicElement()
Method Detail

getPen

public byte getPen()
Specified by:
getPen in interface JRPrintGraphicElement

setPen

public void setPen(byte pen)
Specified by:
setPen in interface JRPrintGraphicElement

getFill

public byte getFill()
Specified by:
getFill in interface JRPrintGraphicElement

setFill

public void setFill(byte fill)
Specified by:
setFill in interface JRPrintGraphicElement


© 2001-2005 JasperSoft Corporation www.jaspersoft.com