net.sf.jasperreports.engine.fonts
Class SimpleFontFamily
java.lang.Object
net.sf.jasperreports.engine.fonts.SimpleFontFamily
- All Implemented Interfaces:
- FontFamily
public class SimpleFontFamily
- extends java.lang.Object
- implements FontFamily
- Version:
- $Id: SimpleFontFamily.java 3939 2010-08-20 09:52:00Z 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()
getName
public java.lang.String getName()
- Specified by:
getName in interface FontFamily
setName
public void setName(java.lang.String name)
setNormal
public void setNormal(java.lang.String normal)
setBold
public void setBold(java.lang.String bold)
setItalic
public void setItalic(java.lang.String italic)
setBoldItalic
public void setBoldItalic(java.lang.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 java.lang.String getNormalPdfFont()
- Specified by:
getNormalPdfFont in interface FontFamily
setNormalPdfFont
public void setNormalPdfFont(java.lang.String normalPdfFont)
getBoldPdfFont
public java.lang.String getBoldPdfFont()
- Specified by:
getBoldPdfFont in interface FontFamily
setBoldPdfFont
public void setBoldPdfFont(java.lang.String boldPdfFont)
getItalicPdfFont
public java.lang.String getItalicPdfFont()
- Specified by:
getItalicPdfFont in interface FontFamily
setItalicPdfFont
public void setItalicPdfFont(java.lang.String italicPdfFont)
getBoldItalicPdfFont
public java.lang.String getBoldItalicPdfFont()
- Specified by:
getBoldItalicPdfFont in interface FontFamily
setBoldItalicPdfFont
public void setBoldItalicPdfFont(java.lang.String boldItalicPdfFont)
getPdfEncoding
public java.lang.String getPdfEncoding()
- Specified by:
getPdfEncoding in interface FontFamily
setPdfEncoding
public void setPdfEncoding(java.lang.String pdfEncoding)
isPdfEmbedded
public java.lang.Boolean isPdfEmbedded()
- Specified by:
isPdfEmbedded in interface FontFamily
setPdfEmbedded
public void setPdfEmbedded(java.lang.Boolean isPdfEmbedded)
getDefaultExportFont
public java.lang.String getDefaultExportFont()
setDefaultExportFont
public void setDefaultExportFont(java.lang.String defaultExportFont)
getExportFonts
public java.util.Map getExportFonts()
setExportFonts
public void setExportFonts(java.util.Map exportFonts)
getExportFont
public java.lang.String getExportFont(java.lang.String key)
- Specified by:
getExportFont in interface FontFamily
getLocales
public java.util.Set getLocales()
setLocales
public void setLocales(java.util.Set locales)
supportsLocale
public boolean supportsLocale(java.util.Locale locale)
- Specified by:
supportsLocale in interface FontFamily
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com