public class TableBuilder
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
TableBuilder(int reportIndex,
int pageIndex,
java.io.Writer bodyWriter,
java.io.Writer styleWriter) |
protected |
TableBuilder(java.lang.String name,
java.io.Writer bodyWriter,
java.io.Writer styleWriter) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildCellFooter() |
void |
buildCellHeader(java.lang.String cellStyleName,
int colSpan,
int rowSpan) |
void |
buildColumnFooter() |
void |
buildColumnHeader(int colIndex) |
void |
buildColumnStyle(int colIndex,
int colWidth) |
void |
buildRowFooter() |
void |
buildRowHeader(int rowIndex) |
void |
buildRowStyle(int rowIndex,
int rowHeight) |
void |
buildTableFooter() |
void |
buildTableHeader() |
void |
buildTableStyle(int width) |
protected TableBuilder(java.lang.String name,
java.io.Writer bodyWriter,
java.io.Writer styleWriter)
protected TableBuilder(int reportIndex,
int pageIndex,
java.io.Writer bodyWriter,
java.io.Writer styleWriter)
public void buildTableStyle(int width)
throws java.io.IOException
java.io.IOExceptionpublic void buildTableHeader()
throws java.io.IOException
java.io.IOExceptionpublic void buildTableFooter()
throws java.io.IOException
java.io.IOExceptionpublic void buildRowStyle(int rowIndex,
int rowHeight)
throws java.io.IOException
java.io.IOExceptionpublic void buildRowHeader(int rowIndex)
throws java.io.IOException
java.io.IOExceptionpublic void buildRowFooter()
throws java.io.IOException
java.io.IOExceptionpublic void buildColumnStyle(int colIndex,
int colWidth)
throws java.io.IOException
java.io.IOExceptionpublic void buildColumnHeader(int colIndex)
throws java.io.IOException
java.io.IOExceptionpublic void buildColumnFooter()
throws java.io.IOException
java.io.IOExceptionpublic void buildCellHeader(java.lang.String cellStyleName,
int colSpan,
int rowSpan)
throws java.io.IOException
java.io.IOExceptionpublic void buildCellFooter()
throws java.io.IOException
java.io.IOException© 2001-2010 Jaspersoft Corporation www.jaspersoft.com