|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.fill.JRFillElement
net.sf.jasperreports.engine.fill.JRFillTextElement
public abstract class JRFillTextElement
Nested Class Summary | |
---|---|
protected static interface |
JRFillTextElement.TextChopper
|
Field Summary | |
---|---|
protected JRReportFont |
reportFont
|
protected JRFillTextElement.TextChopper |
textChopper
|
Fields inherited from class net.sf.jasperreports.engine.fill.JRFillElement |
---|
band, conditionalStylesContainer, currentEvaluation, delayedEvaluationsMap, elementGroup, expressionEvaluator, filler, initStyle, parent, printWhenGroupChanges, templates |
Fields inherited from interface net.sf.jasperreports.engine.JRTextElement |
---|
LINE_SPACING_1_1_2, LINE_SPACING_DOUBLE, LINE_SPACING_SINGLE, ROTATION_LEFT, ROTATION_NONE, ROTATION_RIGHT, ROTATION_UPSIDE_DOWN, TEXT_ALIGN_CENTER, TEXT_ALIGN_JUSTIFIED, TEXT_ALIGN_LEFT, TEXT_ALIGN_RIGHT |
Fields inherited from interface net.sf.jasperreports.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 |
Fields inherited from interface net.sf.jasperreports.engine.JRAlignment |
---|
HORIZONTAL_ALIGN_CENTER, HORIZONTAL_ALIGN_JUSTIFIED, HORIZONTAL_ALIGN_LEFT, HORIZONTAL_ALIGN_RIGHT, VERTICAL_ALIGN_BOTTOM, VERTICAL_ALIGN_JUSTIFIED, VERTICAL_ALIGN_MIDDLE, VERTICAL_ALIGN_TOP |
Fields inherited from interface net.sf.jasperreports.engine.JRFont |
---|
DEFAULT_FONT_NAME, DEFAULT_FONT_SIZE, DEFAULT_PDF_EMBEDDED, DEFAULT_PDF_ENCODING, DEFAULT_PDF_FONT_NAME |
Constructor Summary | |
---|---|
protected |
JRFillTextElement(JRBaseFiller filler,
JRTextElement textElement,
JRFillObjectFactory factory)
|
protected |
JRFillTextElement(JRFillTextElement textElement,
JRFillCloneFactory factory)
|
Method Summary | |
---|---|
protected void |
chopTextElement(int availableStretchHeight)
|
byte |
getBorder()
Gets the default border pen size (can be overwritten by individual settings). |
java.awt.Color |
getBorderColor()
Gets the default border color (can be overwritten by individual settings). |
byte |
getBottomBorder()
|
java.awt.Color |
getBottomBorderColor()
|
int |
getBottomPadding()
|
JRBox |
getBox()
Deprecated. |
JRFont |
getFont()
Deprecated. |
java.lang.String |
getFontName()
|
int |
getFontSize()
|
byte |
getHorizontalAlignment()
Gets the text horizontal alignment. |
protected float |
getLeadingOffset()
|
byte |
getLeftBorder()
|
java.awt.Color |
getLeftBorderColor()
|
int |
getLeftPadding()
|
byte |
getLineSpacing()
Gets the line spacing. |
protected float |
getLineSpacingFactor()
|
byte |
getMode()
Returns the element transparency mode. |
java.lang.Byte |
getOwnBorder()
|
java.awt.Color |
getOwnBorderColor()
|
java.lang.Byte |
getOwnBottomBorder()
|
java.awt.Color |
getOwnBottomBorderColor()
|
java.lang.Integer |
getOwnBottomPadding()
|
java.lang.String |
getOwnFontName()
|
java.lang.Integer |
getOwnFontSize()
|
java.lang.Byte |
getOwnHorizontalAlignment()
|
java.lang.Byte |
getOwnLeftBorder()
|
java.awt.Color |
getOwnLeftBorderColor()
|
java.lang.Integer |
getOwnLeftPadding()
|
java.lang.Byte |
getOwnLineSpacing()
|
java.lang.Integer |
getOwnPadding()
|
java.lang.String |
getOwnPdfEncoding()
|
java.lang.String |
getOwnPdfFontName()
|
java.lang.Byte |
getOwnRightBorder()
|
java.awt.Color |
getOwnRightBorderColor()
|
java.lang.Integer |
getOwnRightPadding()
|
java.lang.Byte |
getOwnRotation()
|
java.lang.Integer |
getOwnSize()
Deprecated. Replaced by getOwnFontSize() . |
java.lang.Byte |
getOwnTopBorder()
Gets the top border pen size (if the default value was overwritten). |
java.awt.Color |
getOwnTopBorderColor()
Gets the top border color (if the default value was overwritten). |
java.lang.Integer |
getOwnTopPadding()
|
java.lang.Byte |
getOwnVerticalAlignment()
|
int |
getPadding()
Gets the default padding in pixels (can be overwritten by individual settings). |
java.lang.String |
getPdfEncoding()
|
java.lang.String |
getPdfFontName()
|
protected java.lang.String |
getRawText()
|
JRReportFont |
getReportFont()
|
byte |
getRightBorder()
|
java.awt.Color |
getRightBorderColor()
|
int |
getRightPadding()
|
byte |
getRotation()
Gets the text rotation. |
protected byte |
getRunDirection()
|
int |
getSize()
Deprecated. Replaced by getFontSize() . |
protected JRStyledText |
getStyledText()
|
protected java.util.Map |
getStyledTextAttributes()
|
java.lang.String |
getText()
|
byte |
getTextAlignment()
Deprecated. Replaced by getHorizontalAlignment() . |
protected int |
getTextEnd()
|
protected float |
getTextHeight()
|
protected int |
getTextStart()
|
byte |
getTopBorder()
Gets the top border pen size. |
java.awt.Color |
getTopBorderColor()
Gets the top border color. |
int |
getTopPadding()
|
byte |
getVerticalAlignment()
Gets the text vertical alignment. |
boolean |
isBold()
|
boolean |
isItalic()
|
java.lang.Boolean |
isOwnBold()
|
java.lang.Boolean |
isOwnItalic()
|
java.lang.Boolean |
isOwnPdfEmbedded()
|
java.lang.Boolean |
isOwnStrikeThrough()
|
java.lang.Boolean |
isOwnStyledText()
|
java.lang.Boolean |
isOwnUnderline()
|
boolean |
isPdfEmbedded()
|
boolean |
isStrikeThrough()
|
boolean |
isStyledText()
Returns true if the text can contain style tags. |
boolean |
isUnderline()
|
protected void |
reset()
|
protected void |
rewind()
|
void |
setBold(boolean isBold)
|
void |
setBold(java.lang.Boolean isBold)
Alternative setBold method which allows also to reset the "own" isBold property. |
void |
setBorder(byte border)
Sets the default border pen size (can be overwritten by individual settings). |
void |
setBorder(java.lang.Byte border)
|
void |
setBorderColor(java.awt.Color borderColor)
Sets the default border color (can be overwritten by individual settings). |
void |
setBottomBorder(byte bottomBorder)
|
void |
setBottomBorder(java.lang.Byte bottomBorder)
|
void |
setBottomBorderColor(java.awt.Color bottomBorderColor)
|
void |
setBottomPadding(int bottomPadding)
|
void |
setBottomPadding(java.lang.Integer bottomPadding)
|
void |
setFontName(java.lang.String fontName)
|
void |
setFontSize(int size)
|
void |
setFontSize(java.lang.Integer size)
Alternative setSize method which allows also to reset the "own" size property. |
void |
setHeight(int height)
|
void |
setHorizontalAlignment(byte horizontalAlignment)
Sets the text horizontal alignment. |
void |
setHorizontalAlignment(java.lang.Byte horizontalAlignment)
|
void |
setItalic(boolean isItalic)
|
void |
setItalic(java.lang.Boolean isItalic)
Alternative setItalic method which allows also to reset the "own" isItalic property. |
protected void |
setLeadingOffset(float leadingOffset)
|
void |
setLeftBorder(byte leftBorder)
|
void |
setLeftBorder(java.lang.Byte leftBorder)
|
void |
setLeftBorderColor(java.awt.Color leftBorderColor)
|
void |
setLeftPadding(int leftPadding)
|
void |
setLeftPadding(java.lang.Integer leftPadding)
|
void |
setLineSpacing(byte lineSpacing)
Sets the line spacing. |
void |
setLineSpacing(java.lang.Byte lineSpacing)
|
protected void |
setLineSpacingFactor(float lineSpacingFactor)
|
void |
setPadding(int padding)
Sets the default padding in pixels (can be overwritten by individual settings). |
void |
setPadding(java.lang.Integer padding)
|
void |
setPdfEmbedded(boolean isPdfEmbedded)
|
void |
setPdfEmbedded(java.lang.Boolean isPdfEmbedded)
Alternative setPdfEmbedded method which allows also to reset the "own" isPdfEmbedded property. |
void |
setPdfEncoding(java.lang.String pdfEncoding)
|
void |
setPdfFontName(java.lang.String pdfFontName)
|
protected void |
setRawText(java.lang.String rawText)
|
void |
setReportFont(JRReportFont reportFont)
|
void |
setRightBorder(byte rightBorder)
|
void |
setRightBorder(java.lang.Byte rightBorder)
|
void |
setRightBorderColor(java.awt.Color rightBorderColor)
|
void |
setRightPadding(int rightPadding)
|
void |
setRightPadding(java.lang.Integer rightPadding)
|
void |
setRotation(byte rotation)
Sets the text rotation. |
void |
setRotation(java.lang.Byte rotation)
|
void |
setSize(int size)
Deprecated. Replaced by setFontSize(int) . |
void |
setSize(java.lang.Integer size)
Deprecated. Replaced by setFontSize(Integer) . |
void |
setStrikeThrough(boolean isStrikeThrough)
|
void |
setStrikeThrough(java.lang.Boolean isStrikeThrough)
Alternative setStrikeThrough method which allows also to reset the "own" isStrikeThrough property. |
void |
setStyledText(boolean isStyledText)
Specifies whether the text can contain style tags. |
void |
setStyledText(java.lang.Boolean isStyledText)
|
void |
setTextAlignment(byte horizontalAlignment)
Deprecated. Replaced by setHorizontalAlignment(byte) . |
protected void |
setTextEnd(int textEnd)
|
protected void |
setTextHeight(float textHeight)
|
protected void |
setTextStart(int textStart)
|
void |
setTopBorder(byte topBorder)
Sets the top border pen size. |
void |
setTopBorder(java.lang.Byte topBorder)
|
void |
setTopBorderColor(java.awt.Color topBorderColor)
Sets the top border color. |
void |
setTopPadding(int topPadding)
|
void |
setTopPadding(java.lang.Integer topPadding)
|
void |
setUnderline(boolean isUnderline)
|
void |
setUnderline(java.lang.Boolean isUnderline)
Alternative setUnderline method which allows also to reset the "own" isUnderline property. |
void |
setVerticalAlignment(byte verticalAlignment)
Gets the text vertical alignment. |
void |
setVerticalAlignment(java.lang.Byte verticalAlignment)
|
void |
setWidth(int width)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jasperreports.engine.JRElement |
---|
collectExpressions, getBackcolor, getElementGroup, getForecolor, getHeight, getKey, getOwnBackcolor, getOwnForecolor, getOwnMode, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getStretchType, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setBackcolor, setForecolor, setMode, setMode, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setX |
Methods inherited from interface net.sf.jasperreports.engine.JRChild |
---|
getCopy, writeXml |
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer |
---|
getDefaultStyleProvider, getStyle |
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer |
---|
getDefaultStyleProvider, getStyle |
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer |
---|
getDefaultStyleProvider, getStyle |
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer |
---|
getDefaultStyleProvider, getStyle |
Methods inherited from interface net.sf.jasperreports.engine.fill.JRCloneable |
---|
createClone |
Field Detail |
---|
protected JRFillTextElement.TextChopper textChopper
protected final JRReportFont reportFont
Constructor Detail |
---|
protected JRFillTextElement(JRBaseFiller filler, JRTextElement textElement, JRFillObjectFactory factory)
protected JRFillTextElement(JRFillTextElement textElement, JRFillCloneFactory factory)
Method Detail |
---|
public byte getMode()
JRElement
getMode
in interface JRElement
getMode
in class JRFillElement
public byte getTextAlignment()
getHorizontalAlignment()
.
JRTextElement
getTextAlignment
in interface JRTextElement
JRAlignment
public void setTextAlignment(byte horizontalAlignment)
setHorizontalAlignment(byte)
.
JRTextElement
setTextAlignment
in interface JRTextElement
horizontalAlignment
- a value representing one of the horizontal alignment constants in JRAlignment
public byte getHorizontalAlignment()
JRAlignment
getHorizontalAlignment
in interface JRAlignment
JRAlignment
public java.lang.Byte getOwnHorizontalAlignment()
getOwnHorizontalAlignment
in interface JRAlignment
public void setHorizontalAlignment(byte horizontalAlignment)
JRAlignment
setHorizontalAlignment
in interface JRAlignment
horizontalAlignment
- a value representing one of the horizontal alignment constants in JRAlignment
public void setHorizontalAlignment(java.lang.Byte horizontalAlignment)
setHorizontalAlignment
in interface JRAlignment
public byte getVerticalAlignment()
JRAlignment
getVerticalAlignment
in interface JRAlignment
JRAlignment
public java.lang.Byte getOwnVerticalAlignment()
getOwnVerticalAlignment
in interface JRAlignment
public void setVerticalAlignment(byte verticalAlignment)
JRAlignment
setVerticalAlignment
in interface JRAlignment
verticalAlignment
- a value representing one of the vertical alignment constants in JRAlignment
public void setVerticalAlignment(java.lang.Byte verticalAlignment)
setVerticalAlignment
in interface JRAlignment
public byte getRotation()
JRTextElement
getRotation
in interface JRTextElement
public java.lang.Byte getOwnRotation()
getOwnRotation
in interface JRTextElement
public void setRotation(byte rotation)
JRTextElement
setRotation
in interface JRTextElement
rotation
- a value representing one of the rotation constants in this classpublic void setRotation(java.lang.Byte rotation)
setRotation
in interface JRTextElement
public byte getLineSpacing()
JRTextElement
getLineSpacing
in interface JRTextElement
public java.lang.Byte getOwnLineSpacing()
getOwnLineSpacing
in interface JRTextElement
public void setLineSpacing(byte lineSpacing)
JRTextElement
setLineSpacing
in interface JRTextElement
lineSpacing
- a value representing one of the line spacing constants in this classpublic void setLineSpacing(java.lang.Byte lineSpacing)
setLineSpacing
in interface JRTextElement
public boolean isStyledText()
JRTextElement
isStyledText
in interface JRTextElement
public java.lang.Boolean isOwnStyledText()
isOwnStyledText
in interface JRTextElement
public void setStyledText(boolean isStyledText)
JRTextElement
setStyledText
in interface JRTextElement
public void setStyledText(java.lang.Boolean isStyledText)
setStyledText
in interface JRTextElement
public JRBox getBox()
JRTextElement
getBox
in interface JRTextElement
public JRFont getFont()
JRTextElement
getFont
in interface JRTextElement
protected java.util.Map getStyledTextAttributes()
protected float getLineSpacingFactor()
protected void setLineSpacingFactor(float lineSpacingFactor)
protected float getLeadingOffset()
protected void setLeadingOffset(float leadingOffset)
protected byte getRunDirection()
protected float getTextHeight()
protected void setTextHeight(float textHeight)
protected int getTextStart()
protected void setTextStart(int textStart)
protected int getTextEnd()
protected void setTextEnd(int textEnd)
protected java.lang.String getRawText()
protected void setRawText(java.lang.String rawText)
protected void reset()
reset
in class JRFillElement
protected void rewind()
rewind
in class JRFillElement
protected JRStyledText getStyledText()
public java.lang.String getText()
protected void chopTextElement(int availableStretchHeight)
public byte getBorder()
JRBox
getBorder
in interface JRBox
public java.lang.Byte getOwnBorder()
getOwnBorder
in interface JRBox
public void setBorder(byte border)
JRBox
setBorder
in interface JRBox
public java.awt.Color getBorderColor()
JRBox
getBorderColor
in interface JRBox
public java.awt.Color getOwnBorderColor()
getOwnBorderColor
in interface JRBox
public void setBorderColor(java.awt.Color borderColor)
JRBox
setBorderColor
in interface JRBox
public int getPadding()
JRBox
getPadding
in interface JRBox
public java.lang.Integer getOwnPadding()
getOwnPadding
in interface JRBox
public void setPadding(int padding)
JRBox
setPadding
in interface JRBox
public byte getTopBorder()
JRBox
getTopBorder
in interface JRBox
public java.lang.Byte getOwnTopBorder()
JRBox
getOwnTopBorder
in interface JRBox
public void setTopBorder(byte topBorder)
JRBox
setTopBorder
in interface JRBox
public java.awt.Color getTopBorderColor()
JRBox
getTopBorderColor
in interface JRBox
public java.awt.Color getOwnTopBorderColor()
JRBox
getOwnTopBorderColor
in interface JRBox
public void setTopBorderColor(java.awt.Color topBorderColor)
JRBox
setTopBorderColor
in interface JRBox
public int getTopPadding()
getTopPadding
in interface JRBox
public java.lang.Integer getOwnTopPadding()
getOwnTopPadding
in interface JRBox
public void setTopPadding(int topPadding)
setTopPadding
in interface JRBox
public byte getLeftBorder()
getLeftBorder
in interface JRBox
public java.lang.Byte getOwnLeftBorder()
getOwnLeftBorder
in interface JRBox
public void setLeftBorder(byte leftBorder)
setLeftBorder
in interface JRBox
public java.awt.Color getLeftBorderColor()
getLeftBorderColor
in interface JRBox
public java.awt.Color getOwnLeftBorderColor()
getOwnLeftBorderColor
in interface JRBox
public void setLeftBorderColor(java.awt.Color leftBorderColor)
setLeftBorderColor
in interface JRBox
public int getLeftPadding()
getLeftPadding
in interface JRBox
public java.lang.Integer getOwnLeftPadding()
getOwnLeftPadding
in interface JRBox
public void setLeftPadding(int leftPadding)
setLeftPadding
in interface JRBox
public byte getBottomBorder()
getBottomBorder
in interface JRBox
public java.lang.Byte getOwnBottomBorder()
getOwnBottomBorder
in interface JRBox
public void setBottomBorder(byte bottomBorder)
setBottomBorder
in interface JRBox
public java.awt.Color getBottomBorderColor()
getBottomBorderColor
in interface JRBox
public java.awt.Color getOwnBottomBorderColor()
getOwnBottomBorderColor
in interface JRBox
public void setBottomBorderColor(java.awt.Color bottomBorderColor)
setBottomBorderColor
in interface JRBox
public int getBottomPadding()
getBottomPadding
in interface JRBox
public java.lang.Integer getOwnBottomPadding()
getOwnBottomPadding
in interface JRBox
public void setBottomPadding(int bottomPadding)
setBottomPadding
in interface JRBox
public byte getRightBorder()
getRightBorder
in interface JRBox
public java.lang.Byte getOwnRightBorder()
getOwnRightBorder
in interface JRBox
public void setRightBorder(byte rightBorder)
setRightBorder
in interface JRBox
public java.awt.Color getRightBorderColor()
getRightBorderColor
in interface JRBox
public java.awt.Color getOwnRightBorderColor()
getOwnRightBorderColor
in interface JRBox
public void setRightBorderColor(java.awt.Color rightBorderColor)
setRightBorderColor
in interface JRBox
public int getRightPadding()
getRightPadding
in interface JRBox
public java.lang.Integer getOwnRightPadding()
getOwnRightPadding
in interface JRBox
public void setRightPadding(int rightPadding)
setRightPadding
in interface JRBox
public JRReportFont getReportFont()
getReportFont
in interface JRFont
public void setReportFont(JRReportFont reportFont)
setReportFont
in interface JRFont
public java.lang.String getFontName()
getFontName
in interface JRFont
public java.lang.String getOwnFontName()
getOwnFontName
in interface JRFont
public void setFontName(java.lang.String fontName)
setFontName
in interface JRFont
public boolean isBold()
isBold
in interface JRFont
public java.lang.Boolean isOwnBold()
isOwnBold
in interface JRFont
public void setBold(boolean isBold)
setBold
in interface JRFont
public void setBold(java.lang.Boolean isBold)
setBold
in interface JRFont
public boolean isItalic()
isItalic
in interface JRFont
public java.lang.Boolean isOwnItalic()
isOwnItalic
in interface JRFont
public void setItalic(boolean isItalic)
setItalic
in interface JRFont
public void setItalic(java.lang.Boolean isItalic)
setItalic
in interface JRFont
public boolean isUnderline()
isUnderline
in interface JRFont
public java.lang.Boolean isOwnUnderline()
isOwnUnderline
in interface JRFont
public void setUnderline(boolean isUnderline)
setUnderline
in interface JRFont
public void setUnderline(java.lang.Boolean isUnderline)
setUnderline
in interface JRFont
public boolean isStrikeThrough()
isStrikeThrough
in interface JRFont
public java.lang.Boolean isOwnStrikeThrough()
isOwnStrikeThrough
in interface JRFont
public void setStrikeThrough(boolean isStrikeThrough)
setStrikeThrough
in interface JRFont
public void setStrikeThrough(java.lang.Boolean isStrikeThrough)
setStrikeThrough
in interface JRFont
public int getFontSize()
getFontSize
in interface JRFont
public java.lang.Integer getOwnFontSize()
getOwnFontSize
in interface JRFont
public void setFontSize(int size)
setFontSize
in interface JRFont
public void setFontSize(java.lang.Integer size)
setFontSize
in interface JRFont
public int getSize()
getFontSize()
.
getSize
in interface JRFont
public java.lang.Integer getOwnSize()
getOwnFontSize()
.
getOwnSize
in interface JRFont
public void setSize(int size)
setFontSize(int)
.
setSize
in interface JRFont
public void setSize(java.lang.Integer size)
setFontSize(Integer)
.
setSize
in interface JRFont
public java.lang.String getPdfFontName()
getPdfFontName
in interface JRFont
public java.lang.String getOwnPdfFontName()
getOwnPdfFontName
in interface JRFont
public void setPdfFontName(java.lang.String pdfFontName)
setPdfFontName
in interface JRFont
public java.lang.String getPdfEncoding()
getPdfEncoding
in interface JRFont
public java.lang.String getOwnPdfEncoding()
getOwnPdfEncoding
in interface JRFont
public void setPdfEncoding(java.lang.String pdfEncoding)
setPdfEncoding
in interface JRFont
public boolean isPdfEmbedded()
isPdfEmbedded
in interface JRFont
public java.lang.Boolean isOwnPdfEmbedded()
isOwnPdfEmbedded
in interface JRFont
public void setPdfEmbedded(boolean isPdfEmbedded)
setPdfEmbedded
in interface JRFont
public void setPdfEmbedded(java.lang.Boolean isPdfEmbedded)
setPdfEmbedded
in interface JRFont
public void setBorder(java.lang.Byte border)
setBorder
in interface JRBox
public void setPadding(java.lang.Integer padding)
setPadding
in interface JRBox
public void setTopBorder(java.lang.Byte topBorder)
setTopBorder
in interface JRBox
public void setTopPadding(java.lang.Integer topPadding)
setTopPadding
in interface JRBox
public void setLeftBorder(java.lang.Byte leftBorder)
setLeftBorder
in interface JRBox
public void setLeftPadding(java.lang.Integer leftPadding)
setLeftPadding
in interface JRBox
public void setBottomBorder(java.lang.Byte bottomBorder)
setBottomBorder
in interface JRBox
public void setBottomPadding(java.lang.Integer bottomPadding)
setBottomPadding
in interface JRBox
public void setRightBorder(java.lang.Byte rightBorder)
setRightBorder
in interface JRBox
public void setRightPadding(java.lang.Integer rightPadding)
setRightPadding
in interface JRBox
public void setHeight(int height)
setHeight
in class JRFillElement
public void setWidth(int width)
setWidth
in interface JRElement
setWidth
in class JRFillElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |