Class HtmlFontFamily
- java.lang.Object
-
- net.sf.jasperreports.engine.export.HtmlFontFamily
-
public class HtmlFontFamily extends Object
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOCALE_SEPARATOR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FontFamilygetFontFamily()StringgetId()static HtmlFontFamilygetInstance(Locale locale, FontInfo fontInfo)static HtmlFontFamilygetInstance(JasperReportsContext jasperReportsContext, String htmlFontFamilyId)LocalegetLocale()StringgetShortId()
-
-
-
Field Detail
-
LOCALE_SEPARATOR
public static final String LOCALE_SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static HtmlFontFamily getInstance(Locale locale, FontInfo fontInfo)
-
getInstance
public static HtmlFontFamily getInstance(JasperReportsContext jasperReportsContext, String htmlFontFamilyId)
-
getId
public String getId()
-
getShortId
public String getShortId()
-
getLocale
public Locale getLocale()
-
getFontFamily
public FontFamily getFontFamily()
-
-