com.jcoverage.reporting
Interface Format

All Known Implementing Classes:
AbstractHtmlFormat, CommonFormat, JavaFilePageFormat, MultiViewStaticHtmlFormat, PackageSummaryFormat, ReportSummaryFormat

public interface Format

An object which knows how to format a report.


Method Summary
 void formatPage(FormattingContext ctx, Page page)
           
 void formatPage(ViewFormattingContext ctx, Page page)
           
 

Method Detail

formatPage

void formatPage(FormattingContext ctx,
                Page page)
                throws ReportingException
Throws:
ReportingException

formatPage

void formatPage(ViewFormattingContext ctx,
                Page page)
                throws ReportingException
Throws:
ReportingException