net.sf.jasperreports.engine.fonts
Class SimpleFontFamily
java.lang.Object
net.sf.jasperreports.engine.fonts.SimpleFontFamily
- All Implemented Interfaces:
- FontFamily
public class SimpleFontFamily
- extends Object
- implements FontFamily
- Version:
- $Id: SimpleFontFamily.java 5166 2012-03-28 13:11:05Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleFontFamily
public SimpleFontFamily()
- See Also:
SimpleFontFamily(JasperReportsContext)
SimpleFontFamily
public SimpleFontFamily(JasperReportsContext jasperReportsContext)
getName
public String getName()
- Specified by:
getName in interface FontFamily
setName
public void setName(String name)
setNormal
public void setNormal(String normal)
setBold
public void setBold(String bold)
setItalic
public void setItalic(String italic)
setBoldItalic
public void setBoldItalic(String boldItalic)
getNormalFace
public FontFace getNormalFace()
- Specified by:
getNormalFace in interface FontFamily
getBoldFace
public FontFace getBoldFace()
- Specified by:
getBoldFace in interface FontFamily
getItalicFace
public FontFace getItalicFace()
- Specified by:
getItalicFace in interface FontFamily
getBoldItalicFace
public FontFace getBoldItalicFace()
- Specified by:
getBoldItalicFace in interface FontFamily
getNormalPdfFont
public String getNormalPdfFont()
- Specified by:
getNormalPdfFont in interface FontFamily
setNormalPdfFont
public void setNormalPdfFont(String normalPdfFont)
getBoldPdfFont
public String getBoldPdfFont()
- Specified by:
getBoldPdfFont in interface FontFamily
setBoldPdfFont
public void setBoldPdfFont(String boldPdfFont)
getItalicPdfFont
public String getItalicPdfFont()
- Specified by:
getItalicPdfFont in interface FontFamily
setItalicPdfFont
public void setItalicPdfFont(String italicPdfFont)
getBoldItalicPdfFont
public String getBoldItalicPdfFont()
- Specified by:
getBoldItalicPdfFont in interface FontFamily
setBoldItalicPdfFont
public void setBoldItalicPdfFont(String boldItalicPdfFont)
getPdfEncoding
public String getPdfEncoding()
- Specified by:
getPdfEncoding in interface FontFamily
setPdfEncoding
public void setPdfEncoding(String pdfEncoding)
isPdfEmbedded
public Boolean isPdfEmbedded()
- Specified by:
isPdfEmbedded in interface FontFamily
setPdfEmbedded
public void setPdfEmbedded(Boolean isPdfEmbedded)
getDefaultExportFont
public String getDefaultExportFont()
setDefaultExportFont
public void setDefaultExportFont(String defaultExportFont)
getExportFonts
public Map<String,String> getExportFonts()
setExportFonts
public void setExportFonts(Map<String,String> exportFonts)
getExportFont
public String getExportFont(String key)
- Specified by:
getExportFont in interface FontFamily
getLocales
public Set<String> getLocales()
setLocales
public void setLocales(Set<String> locales)
supportsLocale
public boolean supportsLocale(Locale locale)
- Specified by:
supportsLocale in interface FontFamily
Copyright © 2012. All Rights Reserved.