dori.jasper.engine.base
Class JRBasePrintElement

java.lang.Object
  extended bydori.jasper.engine.base.JRBasePrintElement
All Implemented Interfaces:
JRPrintElement, java.io.Serializable
Direct Known Subclasses:
JRBasePrintGraphicElement, JRBasePrintText

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

See Also:
Serialized Form

Field Summary
protected  java.awt.Color backcolor
           
protected  java.awt.Color forecolor
           
protected  int height
           
protected  byte mode
           
protected  int width
           
protected  int x
           
protected  int y
           
 
Constructor Summary
JRBasePrintElement()
           
 
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 backcolor)
           
 void setForecolor(java.awt.Color forecolor)
           
 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

mode

protected byte mode

x

protected int x

y

protected int y

width

protected int width

height

protected int height

forecolor

protected java.awt.Color forecolor

backcolor

protected java.awt.Color backcolor
Constructor Detail

JRBasePrintElement

public JRBasePrintElement()
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 forecolor)
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 backcolor)
Specified by:
setBackcolor in interface JRPrintElement


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