net.sf.jasperreports.engine.export.oasis
public class StyleCache extends java.lang.Object
| Constructor and Description |
|---|
StyleCache(java.io.Writer styleWriter,
java.util.Map fontMap,
java.lang.String exporterKey) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCellStyle(JRExporterGridCell gridCell) |
java.util.Collection |
getFontFaces() |
java.lang.String |
getFrameStyle(JRPrintElement element) |
java.lang.String |
getFrameStyle(JRPrintText text) |
java.lang.String |
getGraphicStyle(JRPrintGraphicElement element) |
java.lang.String |
getParagraphStyle(JRPrintText text) |
java.lang.String |
getTextSpanStyle(java.util.Map attributes,
java.lang.String text,
java.util.Locale locale) |
public StyleCache(java.io.Writer styleWriter,
java.util.Map fontMap,
java.lang.String exporterKey)
public java.util.Collection getFontFaces()
public java.lang.String getFrameStyle(JRPrintText text) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getFrameStyle(JRPrintElement element) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getGraphicStyle(JRPrintGraphicElement element) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getCellStyle(JRExporterGridCell gridCell) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getParagraphStyle(JRPrintText text) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getTextSpanStyle(java.util.Map attributes,
java.lang.String text,
java.util.Locale locale)
throws java.io.IOException
java.io.IOException© 2001-2010 Jaspersoft Corporation www.jaspersoft.com