AHA
Class GenHTMLQuestions

java.lang.Object
  |
  +--AHA.GenHTMLQuestions

public class GenHTMLQuestions
extends java.lang.Object


Constructor Summary
GenHTMLQuestions(java.lang.String name, java.lang.String title, int number, int show, boolean verbose, int maxanswers)
           
 
Method Summary
 void addFooter()
           
 void addHeader(java.lang.String name, java.lang.String title, int number, int show, boolean verbose, int maxanswers)
           
 void addHTMLBuffer(java.lang.String t)
           
 void addQuestions(int count, int maxanswers)
           
 java.lang.StringBuffer getHTMLBuf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenHTMLQuestions

public GenHTMLQuestions(java.lang.String name,
                        java.lang.String title,
                        int number,
                        int show,
                        boolean verbose,
                        int maxanswers)
                 throws AhaException
Method Detail

getHTMLBuf

public java.lang.StringBuffer getHTMLBuf()

addHeader

public void addHeader(java.lang.String name,
                      java.lang.String title,
                      int number,
                      int show,
                      boolean verbose,
                      int maxanswers)

addFooter

public void addFooter()

addQuestions

public void addQuestions(int count,
                         int maxanswers)

addHTMLBuffer

public void addHTMLBuffer(java.lang.String t)