net.sf.jasperreports.engine
Interface JRPrintElement

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

public interface JRPrintElement

Version:
$Id: JRPrintElement.java,v 1.7 2005/06/27 07:16:27 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 java.awt.Color getBackcolor()
           
 java.awt.Color getForecolor()
           
 int getHeight()
           
 byte getMode()
           
 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 setWidth(int width)
           
 void setX(int x)
           
 void setY(int y)
           
 

Method Detail

getMode

public byte getMode()

setMode

public void setMode(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()

setForecolor

public void setForecolor(java.awt.Color color)

getBackcolor

public java.awt.Color getBackcolor()

setBackcolor

public void setBackcolor(java.awt.Color color)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com