project35.specifications
Class PrintGeneralProperties

java.lang.Object
  extended by project35.specifications.FunctionalSpecificationAspect
      extended by project35.specifications.PrintGeneralProperties
All Implemented Interfaces:
ServiceAspectDescription

public class PrintGeneralProperties
extends FunctionalSpecificationAspect

generates the part of the functional specifications which describe general properties of the generated application. Most of these relate to colours such as colours of:


Copyright (c) 2008 Kevin Garwood for Project35. This code is licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.

Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Field Summary
 
Fields inherited from class project35.specifications.FunctionalSpecificationAspect
columnValues, documentHeaderUtility, mainBodyBuffer
 
Constructor Summary
PrintGeneralProperties(Project35ApplicationContext targetSchemaApplicationContext)
           
 
Method Summary
 void generateHTML()
          generates the HTML for the functional specification aspect.
 
Methods inherited from class project35.specifications.FunctionalSpecificationAspect
addColumnColourValue, addColumnHeader, addColumnValue, addYesNoColumnValue, beginColumnValue, beginParagraph, beginRow, beginTable, endColumnValue, endParagraph, endRow, endTable, getBulletedList, getDescription, getHyperLinkText, getJumpLinkTable, printBackToTop, printBoldHeading, printBulletedList, printBulletedList, printEnumeratedList, printField, printField, printHeading, printHorizontalLine, printHyperLink, printHyperLink, printParagraphSeparator, printParagraphText, replaceSpacesWithUnderscores, setSectionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintGeneralProperties

public PrintGeneralProperties(Project35ApplicationContext targetSchemaApplicationContext)
Method Detail

generateHTML

public void generateHTML()
Description copied from class: FunctionalSpecificationAspect
generates the HTML for the functional specification aspect.

Specified by:
generateHTML in class FunctionalSpecificationAspect