dori.jasper.engine.design
Class JRDesignElement

java.lang.Object
  extended bydori.jasper.engine.base.JRBaseElement
      extended bydori.jasper.engine.design.JRDesignElement
All Implemented Interfaces:
JRElement, java.io.Serializable
Direct Known Subclasses:
JRDesignGraphicElement, JRDesignSubreport, JRDesignTextElement

public class JRDesignElement
extends JRBaseElement

See Also:
Serialized Form

Field Summary
 
Fields inherited from class dori.jasper.engine.base.JRBaseElement
backcolor, elementGroup, forecolor, height, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, key, mode, positionType, printWhenExpression, printWhenGroupChanges, stretchType, width, x, y
 
Fields inherited from interface dori.jasper.engine.JRElement
MODE_OPAQUE, MODE_TRANSPARENT, POSITION_TYPE_FIX_RELATIVE_TO_BOTTOM, POSITION_TYPE_FIX_RELATIVE_TO_TOP, POSITION_TYPE_FLOAT, STRETCH_TYPE_NO_STRETCH, STRETCH_TYPE_RELATIVE_TO_BAND_HEIGHT, STRETCH_TYPE_RELATIVE_TO_TALLEST_OBJECT
 
Constructor Summary
JRDesignElement()
           
 
Method Summary
 void setElementGroup(JRElementGroup elementGroup)
           
 void setHeight(int height)
           
 void setKey(java.lang.String key)
           
 void setPrintWhenExpression(JRExpression expression)
           
 void setPrintWhenGroupChanges(JRGroup group)
           
 void setY(int y)
           
 
Methods inherited from class dori.jasper.engine.base.JRBaseElement
getBackcolor, getElementGroup, getForecolor, getHeight, getKey, getMode, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getStretchType, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setBackcolor, setForecolor, setMode, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setWidth, setX
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRDesignElement

public JRDesignElement()
Method Detail

setKey

public void setKey(java.lang.String key)

setY

public void setY(int y)

setHeight

public void setHeight(int height)

setPrintWhenExpression

public void setPrintWhenExpression(JRExpression expression)

setPrintWhenGroupChanges

public void setPrintWhenGroupChanges(JRGroup group)

setElementGroup

public void setElementGroup(JRElementGroup elementGroup)


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