net.sf.statcvs.pages
Class IndexPageMaker

java.lang.Object
  extended by net.sf.statcvs.pages.IndexPageMaker

public class IndexPageMaker
extends java.lang.Object

Version:
$Id: IndexPageMaker.java,v 1.7 2008/04/03 17:38:14 benoitx Exp $
Author:
anja, Richard Cyganiak (richard@cyganiak.de)

Constructor Summary
IndexPageMaker(ReportConfig config, java.lang.String notesHTML, PageGroup reports)
          Creates a new report index page.
 
Method Summary
 Page toFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexPageMaker

public IndexPageMaker(ReportConfig config,
                      java.lang.String notesHTML,
                      PageGroup reports)
Creates a new report index page.

Parameters:
config - Report configuration to use
notesHTML - A note to be inserted on top of the page; might be null
reports - A list of NavigationNodes that constitute the page's main menu
Method Detail

toFile

public Page toFile()


Copyright © 2008. All Rights Reserved.