net.sf.jasperreports.engine.export.xmlss
Class XmlssTableBuilder

java.lang.Object
  extended by net.sf.jasperreports.engine.export.xmlss.XmlssTableBuilder

public class XmlssTableBuilder
extends java.lang.Object

Version:
$Id: XmlssTableBuilder.java 3673 2010-04-01 13:14:19Z shertage $
Author:
sanda zaharia (shertage@users.sourceforge.net)

Constructor Summary
protected XmlssTableBuilder(int reportIndex, int pageIndex, java.io.Writer bodyWriter, java.io.Writer styleWriter)
           
protected XmlssTableBuilder(java.lang.String name, java.io.Writer bodyWriter, java.io.Writer styleWriter)
           
 
Method Summary
 void buildCellFooter()
           
 void buildCellHeader(java.lang.String cellStyleID, int colSpan, int rowSpan, java.lang.String hyperlinkURL, java.lang.String tooltip, java.lang.String formula)
           
 void buildColumnTag(int colIndex, int colWidth)
           
 void buildEmptyCell(int emptyCellColSpan, int emptyCellRowSpan)
           
 void buildRowFooter()
           
 void buildRowHeader(int rowIndex, int rowHeight)
           
 void buildTableFooter()
           
 void buildTableHeader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlssTableBuilder

protected XmlssTableBuilder(java.lang.String name,
                            java.io.Writer bodyWriter,
                            java.io.Writer styleWriter)

XmlssTableBuilder

protected XmlssTableBuilder(int reportIndex,
                            int pageIndex,
                            java.io.Writer bodyWriter,
                            java.io.Writer styleWriter)
Method Detail

buildTableHeader

public void buildTableHeader()
                      throws java.io.IOException
Throws:
java.io.IOException

buildTableFooter

public void buildTableFooter()
                      throws java.io.IOException
Throws:
java.io.IOException

buildRowHeader

public void buildRowHeader(int rowIndex,
                           int rowHeight)
                    throws java.io.IOException
Throws:
java.io.IOException

buildRowFooter

public void buildRowFooter()
                    throws java.io.IOException
Throws:
java.io.IOException

buildColumnTag

public void buildColumnTag(int colIndex,
                           int colWidth)
                    throws java.io.IOException
Throws:
java.io.IOException

buildCellHeader

public void buildCellHeader(java.lang.String cellStyleID,
                            int colSpan,
                            int rowSpan,
                            java.lang.String hyperlinkURL,
                            java.lang.String tooltip,
                            java.lang.String formula)
                     throws java.io.IOException
Throws:
java.io.IOException

buildCellFooter

public void buildCellFooter()
                     throws java.io.IOException
Throws:
java.io.IOException

buildEmptyCell

public void buildEmptyCell(int emptyCellColSpan,
                           int emptyCellRowSpan)
                    throws java.io.IOException
Throws:
java.io.IOException


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com