|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.base.JRBaseElement
net.sf.jasperreports.engine.design.JRDesignElement
net.sf.jasperreports.engine.design.JRDesignTextElement
public abstract class JRDesignTextElement
This class provides functionality common to design text elements. It provides implementation for the methods described in JRTextElement and setters for text element attributes that can only be modified at design time.
Field Summary | |
---|---|
protected java.lang.Byte |
border
|
protected java.awt.Color |
borderColor
|
protected java.lang.Byte |
bottomBorder
|
protected java.awt.Color |
bottomBorderColor
|
protected java.lang.Integer |
bottomPadding
|
protected java.lang.String |
fontName
|
protected java.lang.Integer |
fontSize
|
protected java.lang.Byte |
horizontalAlignment
|
protected java.lang.Boolean |
isBold
|
protected java.lang.Boolean |
isItalic
|
protected java.lang.Boolean |
isPdfEmbedded
|
protected java.lang.Boolean |
isStrikeThrough
|
protected java.lang.Boolean |
isStyledText
|
protected java.lang.Boolean |
isUnderline
|
protected java.lang.Byte |
leftBorder
|
protected java.awt.Color |
leftBorderColor
|
protected java.lang.Integer |
leftPadding
|
protected java.lang.Byte |
lineSpacing
|
protected java.lang.Integer |
padding
|
protected java.lang.String |
pdfEncoding
|
protected java.lang.String |
pdfFontName
|
protected JRReportFont |
reportFont
|
protected java.lang.Byte |
rightBorder
|
protected java.awt.Color |
rightBorderColor
|
protected java.lang.Integer |
rightPadding
|
protected java.lang.Byte |
rotation
|
protected java.lang.Byte |
topBorder
|
protected java.awt.Color |
topBorderColor
|
protected java.lang.Integer |
topPadding
|
protected java.lang.Byte |
verticalAlignment
|
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseElement |
---|
backcolor, defaultStyleProvider, elementGroup, forecolor, height, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, key, mode, parentStyle, positionType, printWhenExpression, printWhenGroupChanges, stretchType, width, x, y |
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 |
JRDesignTextElement(JRDefaultStyleProvider defaultStyleProvider)
Creates a new text element. |
Method Summary | |
---|---|
protected JRFont |
getBaseFont()
|
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. |
byte |
getLeftBorder()
|
java.awt.Color |
getLeftBorderColor()
|
int |
getLeftPadding()
|
byte |
getLineSpacing()
Gets the line spacing. |
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()
|
JRReportFont |
getReportFont()
|
byte |
getRightBorder()
|
java.awt.Color |
getRightBorderColor()
|
int |
getRightPadding()
|
byte |
getRotation()
Gets the text rotation. |
int |
getSize()
Deprecated. Replaced by getFontSize() . |
byte |
getTextAlignment()
Deprecated. Replaced by getHorizontalAlignment() . |
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()
|
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 |
setBox(JRBox box)
Deprecated. |
void |
setFont(JRFont font)
Deprecated. |
void |
setFontName(java.lang.String fontName)
|
void |
setFontSize(int fontSize)
|
void |
setFontSize(java.lang.Integer fontSize)
Alternative setFontSize method which allows also to reset the "own" size property. |
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. |
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)
|
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)
|
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) . |
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)
|
Methods inherited from class net.sf.jasperreports.engine.design.JRDesignElement |
---|
setElementGroup, setHeight, setKey, setPrintWhenExpression, setPrintWhenGroupChanges, setStyle, setY |
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseElement |
---|
getBackcolor, getBaseStyle, getDefaultStyleProvider, getElementGroup, getForecolor, getHeight, getKey, getOwnBackcolor, getOwnForecolor, getOwnMode, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getStretchType, getStyle, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setBackcolor, setForecolor, setMode, 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 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, setWidth, 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 |
Field Detail |
---|
protected java.lang.Byte horizontalAlignment
protected java.lang.Byte verticalAlignment
protected java.lang.Byte rotation
protected java.lang.Byte lineSpacing
protected java.lang.Boolean isStyledText
protected java.lang.Byte border
protected java.lang.Byte topBorder
protected java.lang.Byte leftBorder
protected java.lang.Byte bottomBorder
protected java.lang.Byte rightBorder
protected java.awt.Color borderColor
protected java.awt.Color topBorderColor
protected java.awt.Color leftBorderColor
protected java.awt.Color bottomBorderColor
protected java.awt.Color rightBorderColor
protected java.lang.Integer padding
protected java.lang.Integer topPadding
protected java.lang.Integer leftPadding
protected java.lang.Integer bottomPadding
protected java.lang.Integer rightPadding
protected JRReportFont reportFont
protected java.lang.String fontName
protected java.lang.Boolean isBold
protected java.lang.Boolean isItalic
protected java.lang.Boolean isUnderline
protected java.lang.Boolean isStrikeThrough
protected java.lang.Integer fontSize
protected java.lang.String pdfFontName
protected java.lang.String pdfEncoding
protected java.lang.Boolean isPdfEmbedded
Constructor Detail |
---|
protected JRDesignTextElement(JRDefaultStyleProvider defaultStyleProvider)
Method Detail |
---|
protected JRFont getBaseFont()
public byte getMode()
JRElement
getMode
in interface JRElement
getMode
in class JRBaseElement
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
public void setBox(JRBox box)
public void setFont(JRFont font)
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 fontSize)
setFontSize
in interface JRFont
public void setFontSize(java.lang.Integer fontSize)
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |