net.sf.jasperreports.engine.base
Class JRBasePrintElement
java.lang.Object
net.sf.jasperreports.engine.base.JRBasePrintElement
- All Implemented Interfaces:
- JRPrintElement, java.io.Serializable
- Direct Known Subclasses:
- JRBasePrintGraphicElement, JRBasePrintText
- public class JRBasePrintElement
- extends java.lang.Object
- implements JRPrintElement, java.io.Serializable
- Version:
- $Id: JRBasePrintElement.java,v 1.23 2005/10/09 21:34:26 teodord Exp $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
Field Summary |
protected java.awt.Color |
backcolor
|
protected java.awt.Color |
forecolor
|
protected int |
height
|
protected byte |
mode
|
protected int |
width
|
protected int |
x
|
protected int |
y
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mode
protected byte mode
x
protected int x
y
protected int y
width
protected int width
height
protected int height
forecolor
protected java.awt.Color forecolor
backcolor
protected java.awt.Color backcolor
JRBasePrintElement
public JRBasePrintElement()
getMode
public byte getMode()
- Specified by:
getMode
in interface JRPrintElement
setMode
public void setMode(byte mode)
- Specified by:
setMode
in interface JRPrintElement
getX
public int getX()
- Specified by:
getX
in interface JRPrintElement
setX
public void setX(int x)
- Specified by:
setX
in interface JRPrintElement
getY
public int getY()
- Specified by:
getY
in interface JRPrintElement
setY
public void setY(int y)
- Specified by:
setY
in interface JRPrintElement
getWidth
public int getWidth()
- Specified by:
getWidth
in interface JRPrintElement
setWidth
public void setWidth(int width)
- Specified by:
setWidth
in interface JRPrintElement
getHeight
public int getHeight()
- Specified by:
getHeight
in interface JRPrintElement
setHeight
public void setHeight(int height)
- Specified by:
setHeight
in interface JRPrintElement
getForecolor
public java.awt.Color getForecolor()
- Specified by:
getForecolor
in interface JRPrintElement
setForecolor
public void setForecolor(java.awt.Color forecolor)
- Specified by:
setForecolor
in interface JRPrintElement
getBackcolor
public java.awt.Color getBackcolor()
- Specified by:
getBackcolor
in interface JRPrintElement
setBackcolor
public void setBackcolor(java.awt.Color backcolor)
- Specified by:
setBackcolor
in interface JRPrintElement
© 2001-2005 JasperSoft Corporation www.jaspersoft.com