dori.jasper.engine.base
Class JRBasePrintLine

java.lang.Object
  extended bydori.jasper.engine.base.JRBasePrintElement
      extended bydori.jasper.engine.base.JRBasePrintGraphicElement
          extended bydori.jasper.engine.base.JRBasePrintLine
All Implemented Interfaces:
JRPrintElement, JRPrintGraphicElement, JRPrintLine, java.io.Serializable

public class JRBasePrintLine
extends JRBasePrintGraphicElement
implements JRPrintLine

See Also:
Serialized Form

Field Summary
protected  byte direction
           
 
Fields inherited from class dori.jasper.engine.base.JRBasePrintGraphicElement
fill, pen
 
Fields inherited from class dori.jasper.engine.base.JRBasePrintElement
backcolor, forecolor, height, mode, width, x, y
 
Constructor Summary
JRBasePrintLine()
           
 
Method Summary
 byte getDirection()
           
 void setDirection(byte direction)
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class dori.jasper.engine.base.JRBasePrintGraphicElement
getFill, getPen, setFill, setPen
 
Methods inherited from class dori.jasper.engine.base.JRBasePrintElement
getBackcolor, getForecolor, getHeight, getMode, getWidth, getX, getY, setBackcolor, setForecolor, setMode, setX, setY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface dori.jasper.engine.JRPrintGraphicElement
getFill, getPen, setFill, setPen
 
Methods inherited from interface dori.jasper.engine.JRPrintElement
getBackcolor, getForecolor, getHeight, getMode, getWidth, getX, getY, setBackcolor, setForecolor, setMode, setX, setY
 

Field Detail

direction

protected byte direction
Constructor Detail

JRBasePrintLine

public JRBasePrintLine()
Method Detail

setWidth

public void setWidth(int width)
Specified by:
setWidth in interface JRPrintElement
Overrides:
setWidth in class JRBasePrintElement

setHeight

public void setHeight(int height)
Specified by:
setHeight in interface JRPrintElement
Overrides:
setHeight in class JRBasePrintElement

getDirection

public byte getDirection()
Specified by:
getDirection in interface JRPrintLine

setDirection

public void setDirection(byte direction)
Specified by:
setDirection in interface JRPrintLine


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