inetsoft.report.io
Class HTMLBundleFormatter
java.lang.Object
inetsoft.report.io.BaseFormatter
inetsoft.report.io.HTMLFormatter
inetsoft.report.io.HTMLBundleFormatter
- All Implemented Interfaces:
- Formatter
public class HTMLBundleFormatter
- extends HTMLFormatter
HTMLBundleFormatter is responsible for converting report and report
elements into a HTML format. The generated HTML uses HTML tags only, with no
cascade style sheet or other advanced features. For Web presentation
of reports, use Style Report/EE's built-in web interface instead.
| Methods inherited from class inetsoft.report.io.HTMLFormatter |
addElement, endCell, endGrid, endHeader, endRow, flushElements, getFontName, prolog, setJPEGPrefix, startCell, startGrid, startHeader, startHeader, startRow, toString, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, write, writeAlignment, writeHeading, writeImage0, writePainter, writeParagraph, writeSection, writeSectionBand, writeShapes, writeText, writeTOC |
| Methods inherited from class inetsoft.report.io.BaseFormatter |
addProgressListener, escape, fireProgressEvent, init, localize, removeProgressListener, setDocumentInfo, write, write, write, write, writeBeanPropertyDefinition, writeContents, writeContents, writeContents, writeElementContents, writeSection, writeWarnings, writeWarnings |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLBundleFormatter
public HTMLBundleFormatter(OutputStream output,
ZipOutputStream zout,
File htmlTemp)
throws IOException
- Create a report formatter.
- Throws:
IOException
writeImage
protected String writeImage(Painter painter,
Dimension d,
Color fg,
Color bg)
- Write a painter to an image file.
- Overrides:
writeImage in class HTMLFormatter
end
public void end()
throws IOException
- Write the end of report.
- Specified by:
end in interface Formatter- Overrides:
end in class HTMLFormatter
- Throws:
IOException