PSE 2000 Group 4

jobmatch.presentation
Class CurriculumVitae

jobmatch.presentation.DocumentPresentation
  |
  +--jobmatch.presentation.PDFPresentation
        |
        +--jobmatch.presentation.CurriculumVitae

public class CurriculumVitae
extends PDFPresentation

Curriculum Vitae

Since:
May 31 2000
Version:
$Revision: 1.2 $

Constructor Summary
CurriculumVitae()
           
 
Method Summary
protected  void formatDocument(jobmatch.presentation.HttpPresentationComms comms, jobmatch.presentation.Document document)
           
 
Methods inherited from class jobmatch.presentation.PDFPresentation
getMimeType, getSubject, setUpDocumentListeners
 
Methods inherited from class jobmatch.presentation.DocumentPresentation
createDocument, getInitalBufferSize, run, setMetaInformation
 

Constructor Detail

CurriculumVitae

public CurriculumVitae()
Method Detail

formatDocument

protected void formatDocument(jobmatch.presentation.HttpPresentationComms comms,
                              jobmatch.presentation.Document document)
                       throws jobmatch.presentation.DocumentException,
                              jobmatch.presentation.HttpPresentationException
Overrides:
formatDocument in class PDFPresentation

PSE 2000 Group 4