Class JRDesignFont
- java.lang.Object
-
- net.sf.jasperreports.engine.base.JRBaseFont
-
- net.sf.jasperreports.engine.design.JRDesignFont
-
- All Implemented Interfaces:
Serializable
,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 String
PROPERTY_STYLE
static String
PROPERTY_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_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 void
setStyle(JRStyle style)
void
setStyleNameReference(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
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer
getStyleName
-
-
-
-
Field Detail
-
PROPERTY_STYLE
public static final String PROPERTY_STYLE
- See Also:
- Constant Field Values
-
PROPERTY_STYLE_NAME_REFERENCE
public static final String PROPERTY_STYLE_NAME_REFERENCE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JRDesignFont
public JRDesignFont(JRStyleContainer styleContainer)
-
-