public class SimpleFontFamily extends Object implements FontFamily
| Constructor and Description |
|---|
SimpleFontFamily() |
SimpleFontFamily(JasperReportsContext jasperReportsContext) |
public SimpleFontFamily()
public SimpleFontFamily(JasperReportsContext jasperReportsContext)
public String getName()
getName in interface FontFamilypublic void setName(String name)
public void setNormal(String normal)
public void setBold(String bold)
public void setItalic(String italic)
public void setBoldItalic(String boldItalic)
public FontFace getNormalFace()
getNormalFace in interface FontFamilypublic FontFace getBoldFace()
getBoldFace in interface FontFamilypublic FontFace getItalicFace()
getItalicFace in interface FontFamilypublic FontFace getBoldItalicFace()
getBoldItalicFace in interface FontFamilypublic String getNormalPdfFont()
getNormalPdfFont in interface FontFamilypublic void setNormalPdfFont(String normalPdfFont)
public String getBoldPdfFont()
getBoldPdfFont in interface FontFamilypublic void setBoldPdfFont(String boldPdfFont)
public String getItalicPdfFont()
getItalicPdfFont in interface FontFamilypublic void setItalicPdfFont(String italicPdfFont)
public String getBoldItalicPdfFont()
getBoldItalicPdfFont in interface FontFamilypublic void setBoldItalicPdfFont(String boldItalicPdfFont)
public String getPdfEncoding()
getPdfEncoding in interface FontFamilypublic void setPdfEncoding(String pdfEncoding)
public Boolean isPdfEmbedded()
isPdfEmbedded in interface FontFamilypublic void setPdfEmbedded(Boolean isPdfEmbedded)
public String getDefaultExportFont()
public void setDefaultExportFont(String defaultExportFont)
public String getExportFont(String key)
getExportFont in interface FontFamilypublic boolean supportsLocale(Locale locale)
supportsLocale in interface FontFamilyCopyright © 2012. All Rights Reserved.