public class StyleCache
extends java.lang.Object
| Constructor and Description |
|---|
StyleCache(java.io.Writer styleWriter,
java.util.Map<java.lang.String,java.lang.String> fontMap,
java.lang.String exporterKey) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCellStyle(JRExporterGridCell gridCell) |
java.util.Collection<java.lang.String> |
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<java.text.AttributedCharacterIterator.Attribute,java.lang.Object> attributes,
java.lang.String text,
java.util.Locale locale) |
public StyleCache(java.io.Writer styleWriter,
java.util.Map<java.lang.String,java.lang.String> fontMap,
java.lang.String exporterKey)
public java.util.Collection<java.lang.String> 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<java.text.AttributedCharacterIterator.Attribute,java.lang.Object> attributes,
java.lang.String text,
java.util.Locale locale)
throws java.io.IOException
java.io.IOException© 2001-2010 Jaspersoft Corporation www.jaspersoft.com