net.sf.jasperreports.engine.export.oasis
Class StyleCache

java.lang.Object
  extended by net.sf.jasperreports.engine.export.oasis.StyleCache

public class StyleCache
extends java.lang.Object

Version:
$Id: StyleCache.java 2009 2007-12-06 15:43:52Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Constructor Summary
StyleCache(java.io.Writer styleWriter, java.util.Map fontMap)
           
 
Method Summary
 java.lang.String getCellStyle(JRPrintElement element)
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleCache

public StyleCache(java.io.Writer styleWriter,
                  java.util.Map fontMap)
Method Detail

getFontFaces

public java.util.Collection getFontFaces()

getFrameStyle

public java.lang.String getFrameStyle(JRPrintText text)
                               throws java.io.IOException
Throws:
java.io.IOException

getFrameStyle

public java.lang.String getFrameStyle(JRPrintElement element)
                               throws java.io.IOException
Throws:
java.io.IOException

getGraphicStyle

public java.lang.String getGraphicStyle(JRPrintGraphicElement element)
                                 throws java.io.IOException
Throws:
java.io.IOException

getCellStyle

public java.lang.String getCellStyle(JRPrintElement element)
                              throws java.io.IOException
Throws:
java.io.IOException

getParagraphStyle

public java.lang.String getParagraphStyle(JRPrintText text)
                                   throws java.io.IOException
Throws:
java.io.IOException

getTextSpanStyle

public java.lang.String getTextSpanStyle(java.util.Map attributes,
                                         java.lang.String text)
                                  throws java.io.IOException
Throws:
java.io.IOException


© 2001-2006 JasperSoft Corporation www.jaspersoft.com