com.jcoverage.reporting
Interface Report
- All Known Implementing Classes:
- AbstractReport, ReportImpl
- public interface Report
A full report, which may contain a great number of pages, and be
formatted into many files.
READY
public static final int READY
- See Also:
- Constant Field Values
CLOSED
public static final int CLOSED
- See Also:
- Constant Field Values
createMasterLine
public Line createMasterLine()
- Implementations should return a top-level report line.
- See Also:
Line
createFrontPage
public Page createFrontPage()
getCollator
public Collator getCollator()
setCollator
public void setCollator(Collator collator)