net.sf.jasperreports.engine
Interface JRPrintElement

All Superinterfaces:
JRStyleContainer
All Known Subinterfaces:
JRPrintEllipse, JRPrintFrame, JRPrintGraphicElement, JRPrintImage, JRPrintLine, JRPrintRectangle, JRPrintText
All Known Implementing Classes:
JRBasePrintElement, JRBasePrintEllipse, JRBasePrintFrame, JRBasePrintGraphicElement, JRBasePrintImage, JRBasePrintLine, JRBasePrintRectangle, JRBasePrintText, JRTemplatePrintElement, JRTemplatePrintEllipse, JRTemplatePrintFrame, JRTemplatePrintGraphicElement, JRTemplatePrintImage, JRTemplatePrintLine, JRTemplatePrintRectangle, JRTemplatePrintText

public interface JRPrintElement
extends JRStyleContainer

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

Method Summary
 java.awt.Color getBackcolor()
           
 java.awt.Color getForecolor()
           
 int getHeight()
           
 byte getMode()
           
 java.awt.Color getOwnBackcolor()
           
 java.awt.Color getOwnForecolor()
           
 java.lang.Byte getOwnMode()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setBackcolor(java.awt.Color color)
           
 void setForecolor(java.awt.Color color)
           
 void setHeight(int height)
           
 void setMode(byte mode)
           
 void setMode(java.lang.Byte mode)
           
 void setStyle(JRStyle style)
           
 void setWidth(int width)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer
getDefaultStyleProvider, getStyle
 

Method Detail

setStyle

public void setStyle(JRStyle style)

getMode

public byte getMode()

getOwnMode

public java.lang.Byte getOwnMode()

setMode

public void setMode(byte mode)

setMode

public void setMode(java.lang.Byte mode)

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

getForecolor

public java.awt.Color getForecolor()

getOwnForecolor

public java.awt.Color getOwnForecolor()

setForecolor

public void setForecolor(java.awt.Color color)

getBackcolor

public java.awt.Color getBackcolor()

getOwnBackcolor

public java.awt.Color getOwnBackcolor()

setBackcolor

public void setBackcolor(java.awt.Color color)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com