Class HtmlFontUtil
- java.lang.Object
-
- net.sf.jasperreports.engine.export.HtmlFontUtil
-
public class HtmlFontUtil extends Object
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHtmlFont(HtmlResourceHandler fontPathProvider, HtmlResourceHandler fontResourceSaver, HtmlFontFamily htmlFontFamily, boolean useShortId, boolean useLocal)
static HtmlFontUtil
getInstance(JasperReportsContext jasperReportsContext)
void
handleHtmlFont(HtmlResourceHandler cssResourceSaver, HtmlResourceHandler fontPathProvider, HtmlResourceHandler fontResourceSaver, HtmlFontFamily htmlFontFamily, boolean useShortId, boolean useLocal)
-
-
-
Method Detail
-
getInstance
public static HtmlFontUtil getInstance(JasperReportsContext jasperReportsContext)
-
handleHtmlFont
public void handleHtmlFont(HtmlResourceHandler cssResourceSaver, HtmlResourceHandler fontPathProvider, HtmlResourceHandler fontResourceSaver, HtmlFontFamily htmlFontFamily, boolean useShortId, boolean useLocal)
-
getHtmlFont
public String getHtmlFont(HtmlResourceHandler fontPathProvider, HtmlResourceHandler fontResourceSaver, HtmlFontFamily htmlFontFamily, boolean useShortId, boolean useLocal)
-
-