Class JRDesignFont
- java.lang.Object
-
- net.sf.jasperreports.engine.base.JRBaseFont
-
- net.sf.jasperreports.engine.design.JRDesignFont
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,JRChangeEventsSupport,JRCloneable,JRFont,JRStyleContainer
public class JRDesignFont extends JRBaseFont
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_STYLEstatic java.lang.StringPROPERTY_STYLE_NAME_REFERENCE-
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseFont
fontName, fontsize, isBold, isItalic, isPdfEmbedded, isStrikeThrough, isUnderline, pdfEncoding, pdfFontName, PROPERTY_BOLD, PROPERTY_FONT_NAME, PROPERTY_FONT_SIZE, PROPERTY_ITALIC, PROPERTY_PDF_EMBEDDED, PROPERTY_PDF_ENCODING, PROPERTY_PDF_FONT_NAME, PROPERTY_REPORT_FONT, PROPERTY_STRIKE_THROUGH, PROPERTY_UNDERLINE, style, styleContainer, styleNameReference
-
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
Constructors Constructor Description JRDesignFont(JRStyleContainer styleContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetStyle(JRStyle style)voidsetStyleNameReference(java.lang.String styleNameReference)-
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseFont
clone, getDefaultStyleProvider, getEventSupport, getFontName, getFontsize, getOwnFontName, getOwnFontsize, getOwnPdfEncoding, getOwnPdfFontName, getPdfEncoding, getPdfFontName, getStyle, getStyleNameReference, getStyleResolver, isBold, isItalic, isOwnBold, isOwnItalic, isOwnPdfEmbedded, isOwnStrikeThrough, isOwnUnderline, isPdfEmbedded, isStrikeThrough, isUnderline, setBold, setFontName, setFontSize, setItalic, setPdfEmbedded, setPdfEncoding, setPdfFontName, setStrikeThrough, setUnderline
-
-
-
-
Field Detail
-
PROPERTY_STYLE
public static final java.lang.String PROPERTY_STYLE
- See Also:
- Constant Field Values
-
PROPERTY_STYLE_NAME_REFERENCE
public static final java.lang.String PROPERTY_STYLE_NAME_REFERENCE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JRDesignFont
public JRDesignFont(JRStyleContainer styleContainer)
-
-
Method Detail
-
setStyle
public void setStyle(JRStyle style)
-
setStyleNameReference
public void setStyleNameReference(java.lang.String styleNameReference)
-
-