Package net.sf.statcvs.pages
Class IndexPageMaker
- java.lang.Object
-
- net.sf.statcvs.pages.IndexPageMaker
-
public class IndexPageMaker extends java.lang.Object
- Version:
- $Id: IndexPageMaker.java,v 1.12 2009/06/02 13:28:53 benoitx Exp $
- Author:
- anja, Richard Cyganiak (richard@cyganiak.de)
-
-
Constructor Summary
Constructors Constructor Description IndexPageMaker(ReportConfig config, java.lang.String notesHTML, PageGroup reports)
Creates a new report index page.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Page
getPage()
Page
toFile()
-
-
-
Constructor Detail
-
IndexPageMaker
public IndexPageMaker(ReportConfig config, java.lang.String notesHTML, PageGroup reports)
Creates a new report index page.- Parameters:
config
- Report configuration to usenotesHTML
- A note to be inserted on top of the page; might be nullreports
- A list ofNavigationNode
s that constitute the page's main menu
-
-