dori.jasper.engine.fill
Class JRTemplatePrintElement

java.lang.Object
  extended bydori.jasper.engine.fill.JRTemplatePrintElement
All Implemented Interfaces:
JRPrintElement, java.io.Serializable
Direct Known Subclasses:
JRTemplatePrintGraphicElement, JRTemplatePrintText

public class JRTemplatePrintElement
extends java.lang.Object
implements JRPrintElement, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  JRTemplateElement template
           
 
Constructor Summary
protected JRTemplatePrintElement(JRTemplateElement element)
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

template

protected JRTemplateElement template
Constructor Detail

JRTemplatePrintElement

protected JRTemplatePrintElement(JRTemplateElement element)
Method Detail

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 color)
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 color)
Specified by:
setBackcolor in interface JRPrintElement


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.