Package org.jfree.report.modules.gui.html

An HTML export module.

See:
          Description

Class Summary
HtmlDirExportTask An export task implementation that exports the report into a HTML directory structure.
HtmlExportDialog A dialog that is used to perform the printing of a report into an HTML file.
HTMLExportGUIModule The module definition for the Html export gui module.
HtmlExportPlugin Encapsulates the HtmlExportDialog into a separate plugin.
HtmlStreamExportTask An export task implementation that exports the report into a single HTML file.
HtmlZipExportTask An export task implementation that exports the report into a ZIPped Html directory structure.
 

Package org.jfree.report.modules.gui.html Description

An HTML export module. The module registers itself during the module initialization in the preview frame.

The module supports both HTML 4.01 and XHTML 1.0 output.

As with all table style exports, this target does not support overlapping elements. If two elements request the same cell, the first element wins.

This target supports three modes.