dori.jasper.engine.base
Class JRBaseElement
java.lang.Object
dori.jasper.engine.base.JRBaseElement
- All Implemented Interfaces:
- JRElement, java.io.Serializable
- Direct Known Subclasses:
- JRBaseGraphicElement, JRBaseSubreport, JRBaseTextElement, JRDesignElement
- public abstract class JRBaseElement
- extends java.lang.Object
- implements JRElement, java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected java.lang.String key
positionType
protected byte positionType
stretchType
protected byte stretchType
isPrintRepeatedValues
protected boolean isPrintRepeatedValues
mode
protected byte mode
x
protected int x
y
protected int y
width
protected int width
height
protected int height
isRemoveLineWhenBlank
protected boolean isRemoveLineWhenBlank
isPrintInFirstWholeBand
protected boolean isPrintInFirstWholeBand
isPrintWhenDetailOverflows
protected boolean isPrintWhenDetailOverflows
forecolor
protected java.awt.Color forecolor
backcolor
protected java.awt.Color backcolor
printWhenExpression
protected JRExpression printWhenExpression
printWhenGroupChanges
protected JRGroup printWhenGroupChanges
elementGroup
protected JRElementGroup elementGroup
JRBaseElement
protected JRBaseElement()
JRBaseElement
protected JRBaseElement(JRElement element,
JRBaseObjectFactory factory)
getKey
public java.lang.String getKey()
- Specified by:
getKey in interface JRElement
getPositionType
public byte getPositionType()
- Specified by:
getPositionType in interface JRElement
setPositionType
public void setPositionType(byte positionType)
- Specified by:
setPositionType in interface JRElement
getStretchType
public byte getStretchType()
- Specified by:
getStretchType in interface JRElement
setStretchType
public void setStretchType(byte stretchType)
- Specified by:
setStretchType in interface JRElement
isPrintRepeatedValues
public boolean isPrintRepeatedValues()
- Specified by:
isPrintRepeatedValues in interface JRElement
setPrintRepeatedValues
public void setPrintRepeatedValues(boolean isPrintRepeatedValues)
- Specified by:
setPrintRepeatedValues in interface JRElement
getMode
public byte getMode()
- Specified by:
getMode in interface JRElement
setMode
public void setMode(byte mode)
- Specified by:
setMode in interface JRElement
getX
public int getX()
- Specified by:
getX in interface JRElement
setX
public void setX(int x)
- Specified by:
setX in interface JRElement
getY
public int getY()
- Specified by:
getY in interface JRElement
getWidth
public int getWidth()
- Specified by:
getWidth in interface JRElement
setWidth
public void setWidth(int width)
- Specified by:
setWidth in interface JRElement
getHeight
public int getHeight()
- Specified by:
getHeight in interface JRElement
isRemoveLineWhenBlank
public boolean isRemoveLineWhenBlank()
- Specified by:
isRemoveLineWhenBlank in interface JRElement
setRemoveLineWhenBlank
public void setRemoveLineWhenBlank(boolean isRemoveLine)
- Specified by:
setRemoveLineWhenBlank in interface JRElement
isPrintInFirstWholeBand
public boolean isPrintInFirstWholeBand()
- Specified by:
isPrintInFirstWholeBand in interface JRElement
setPrintInFirstWholeBand
public void setPrintInFirstWholeBand(boolean isPrint)
- Specified by:
setPrintInFirstWholeBand in interface JRElement
isPrintWhenDetailOverflows
public boolean isPrintWhenDetailOverflows()
- Specified by:
isPrintWhenDetailOverflows in interface JRElement
setPrintWhenDetailOverflows
public void setPrintWhenDetailOverflows(boolean isPrint)
- Specified by:
setPrintWhenDetailOverflows in interface JRElement
getForecolor
public java.awt.Color getForecolor()
- Specified by:
getForecolor in interface JRElement
setForecolor
public void setForecolor(java.awt.Color forecolor)
- Specified by:
setForecolor in interface JRElement
getBackcolor
public java.awt.Color getBackcolor()
- Specified by:
getBackcolor in interface JRElement
setBackcolor
public void setBackcolor(java.awt.Color backcolor)
- Specified by:
setBackcolor in interface JRElement
getPrintWhenExpression
public JRExpression getPrintWhenExpression()
- Specified by:
getPrintWhenExpression in interface JRElement
getPrintWhenGroupChanges
public JRGroup getPrintWhenGroupChanges()
- Specified by:
getPrintWhenGroupChanges in interface JRElement
getElementGroup
public JRElementGroup getElementGroup()
- Specified by:
getElementGroup in interface JRElement
Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.