public class StyleCache extends Object
| Constructor and Description |
|---|
StyleCache(JasperReportsContext jasperReportsContext,
Writer styleWriter,
Map<String,String> fontMap,
String exporterKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCellStyle(JRExporterGridCell gridCell) |
Collection<String> |
getFontFaces() |
String |
getFrameStyle(JRPrintElement element) |
String |
getFrameStyle(JRPrintText text) |
String |
getGraphicStyle(JRPrintGraphicElement element) |
String |
getParagraphStyle(JRPrintText text) |
String |
getTextSpanStyle(Map<AttributedCharacterIterator.Attribute,Object> attributes,
String text,
Locale locale) |
public Collection<String> getFontFaces()
public String getFrameStyle(JRPrintText text) throws IOException
IOExceptionpublic String getFrameStyle(JRPrintElement element) throws IOException
IOExceptionpublic String getGraphicStyle(JRPrintGraphicElement element) throws IOException
IOExceptionpublic String getCellStyle(JRExporterGridCell gridCell) throws IOException
IOExceptionpublic String getParagraphStyle(JRPrintText text) throws IOException
IOExceptionpublic String getTextSpanStyle(Map<AttributedCharacterIterator.Attribute,Object> attributes, String text, Locale locale) throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.