dori.jasper.engine.fill
Class JRTemplateElement

java.lang.Object
  extended bydori.jasper.engine.fill.JRTemplateElement
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JRTemplateGraphicElement, JRTemplateText

public class JRTemplateElement
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
protected JRTemplateElement()
           
protected JRTemplateElement(JRElement element)
           
 
Method Summary
 java.awt.Color getBackcolor()
           
 java.awt.Color getForecolor()
           
 byte getMode()
           
 int getWidth()
           
protected  void setBackcolor(java.awt.Color backcolor)
           
protected  void setElement(JRElement element)
           
protected  void setForecolor(java.awt.Color forecolor)
           
protected  void setMode(byte mode)
           
protected  void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRTemplateElement

protected JRTemplateElement()

JRTemplateElement

protected JRTemplateElement(JRElement element)
Method Detail

setElement

protected void setElement(JRElement element)

getMode

public byte getMode()

setMode

protected void setMode(byte mode)

getWidth

public int getWidth()

setWidth

protected void setWidth(int width)

getForecolor

public java.awt.Color getForecolor()

setForecolor

protected void setForecolor(java.awt.Color forecolor)

getBackcolor

public java.awt.Color getBackcolor()

setBackcolor

protected void setBackcolor(java.awt.Color backcolor)


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