public class StyleCache extends Object
| Constructor and Description |
|---|
StyleCache(JasperReportsContext jasperReportsContext,
WriterHelper 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 StyleCache(JasperReportsContext jasperReportsContext, WriterHelper styleWriter, Map<String,String> fontMap, String exporterKey)
public Collection<String> getFontFaces()
public String getFrameStyle(JRPrintText text) throws IOException
IOExceptionpublic String getFrameStyle(JRPrintElement element) throws IOException
IOExceptionpublic String getGraphicStyle(JRPrintGraphicElement element)
public String getCellStyle(JRExporterGridCell gridCell)
public String getParagraphStyle(JRPrintText text)
Copyright © 2014. All rights reserved.