Uses of Class
com.vladium.emma.report.html.doc.HTMLTable

Packages that use HTMLTable
com.vladium.emma.report.html   
 

Uses of HTMLTable in com.vladium.emma.report.html
 

Methods in com.vladium.emma.report.html with parameters of type HTMLTable
private  void ReportGenerator.addClassItemRow(IItem item, boolean odd, HTMLTable table, int[] columns, java.lang.String nameHREF, boolean anchor)
           
private  void ReportGenerator.addClassRow(ClassItem item, int clsIndex, HTMLTable table, int[] columns, java.lang.String itemHREF, boolean isAnchor)
           
private  int[] ReportGenerator.addHeaderRow(IItem item, HTMLTable table, int[] columns)
           
private  void ReportGenerator.addItemRow(IItem item, boolean odd, HTMLTable table, int[] columns, java.lang.String nameHREF, boolean anchor)
           
private  void ReportGenerator.addPageHeaderTitleRow(HTMLTable header)