dori.jasper.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
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)
Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.