dori.jasper.engine.base
Class JRBaseTextElement
java.lang.Object
dori.jasper.engine.base.JRBaseElement
dori.jasper.engine.base.JRBaseTextElement
- All Implemented Interfaces:
- JRAlignment, JRElement, JRTextElement, java.io.Serializable
- Direct Known Subclasses:
- JRBaseStaticText, JRBaseTextField
- public abstract class JRBaseTextElement
- extends JRBaseElement
- implements JRTextElement
- See Also:
- Serialized Form
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 |
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 |
Methods inherited from interface dori.jasper.engine.JRElement |
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 |
horizontalAlignment
protected byte horizontalAlignment
verticalAlignment
protected byte verticalAlignment
rotation
protected byte rotation
lineSpacing
protected byte lineSpacing
font
protected JRFont font
JRBaseTextElement
protected JRBaseTextElement()
JRBaseTextElement
protected JRBaseTextElement(JRTextElement textElement,
JRBaseObjectFactory factory)
getTextAlignment
public byte getTextAlignment()
- Specified by:
getTextAlignment
in interface JRTextElement
setTextAlignment
public void setTextAlignment(byte horizontalAlignment)
- Specified by:
setTextAlignment
in interface JRTextElement
getVerticalAlignment
public byte getVerticalAlignment()
- Specified by:
getVerticalAlignment
in interface JRTextElement
setVerticalAlignment
public void setVerticalAlignment(byte verticalAlignment)
- Specified by:
setVerticalAlignment
in interface JRTextElement
getRotation
public byte getRotation()
- Specified by:
getRotation
in interface JRTextElement
setRotation
public void setRotation(byte rotation)
- Specified by:
setRotation
in interface JRTextElement
getLineSpacing
public byte getLineSpacing()
- Specified by:
getLineSpacing
in interface JRTextElement
setLineSpacing
public void setLineSpacing(byte lineSpacing)
- Specified by:
setLineSpacing
in interface JRTextElement
getFont
public JRFont getFont()
- Specified by:
getFont
in interface JRTextElement
Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.