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 String
LOCALE_SEPARATOR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FontFamily
getFontFamily()
String
getId()
static HtmlFontFamily
getInstance(Locale locale, FontInfo fontInfo)
static HtmlFontFamily
getInstance(JasperReportsContext jasperReportsContext, String htmlFontFamilyId)
Locale
getLocale()
String
getShortId()
-
-
-
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()
-
-