net.sf.jasperreports.engine
Interface JRPrintElement
- All Superinterfaces:
- JRStyleContainer
- All Known Subinterfaces:
- JRPrintEllipse, JRPrintFrame, JRPrintGraphicElement, JRPrintImage, JRPrintLine, JRPrintRectangle, JRPrintText, JRRecordedValuesPrintElement
- All Known Implementing Classes:
- JRBasePrintElement, JRBasePrintEllipse, JRBasePrintFrame, JRBasePrintGraphicElement, JRBasePrintImage, JRBasePrintLine, JRBasePrintRectangle, JRBasePrintText, JRRecordedValuesPrintImage, JRRecordedValuesPrintText, JRTemplatePrintElement, JRTemplatePrintEllipse, JRTemplatePrintFrame, JRTemplatePrintGraphicElement, JRTemplatePrintImage, JRTemplatePrintLine, JRTemplatePrintRectangle, JRTemplatePrintText
public interface JRPrintElement
- extends JRStyleContainer
- Version:
- $Id: JRPrintElement.java 1471 2006-11-09 18:16:34 +0200 (Thu, 09 Nov 2006) lucianc $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
setStyle
void setStyle(JRStyle style)
getMode
byte getMode()
getOwnMode
java.lang.Byte getOwnMode()
setMode
void setMode(byte mode)
setMode
void setMode(java.lang.Byte mode)
getX
int getX()
setX
void setX(int x)
getY
int getY()
setY
void setY(int y)
getWidth
int getWidth()
setWidth
void setWidth(int width)
getHeight
int getHeight()
setHeight
void setHeight(int height)
getForecolor
java.awt.Color getForecolor()
getOwnForecolor
java.awt.Color getOwnForecolor()
setForecolor
void setForecolor(java.awt.Color color)
getBackcolor
java.awt.Color getBackcolor()
getOwnBackcolor
java.awt.Color getOwnBackcolor()
setBackcolor
void setBackcolor(java.awt.Color color)
getKey
java.lang.String getKey()
- Returns a string key that can be used to identify the element.
When filling a report, the report element key
is copied to all print elements generated by a report element.
Note that this means that multiple elements having the same key can
appear on the same page/filled report.
© 2001-2006 JasperSoft Corporation www.jaspersoft.com