FreeHEP API
Version v1.2

org.freehep.graphicsio.pdf
Class PDFDocInfo

java.lang.Object
  |
  +--org.freehep.graphicsio.pdf.PDFDictionary
        |
        +--org.freehep.graphicsio.pdf.PDFDocInfo
All Implemented Interfaces:
PDFConstants

public class PDFDocInfo
extends PDFDictionary

Implements the Document Information Dictionary (see Table 8.2).

Version:
$Id: PDFDocInfo.java,v 1.1 2001/11/29 01:45:29 duns Exp $
Author:
Mark Donszelmann

Field Summary
 
Fields inherited from class org.freehep.graphicsio.pdf.PDFDictionary
out, pdf
 
Fields inherited from interface org.freehep.graphicsio.pdf.PDFConstants
CAP_BUTT, CAP_ROUND, CAP_SQUARE, dateFormat, EOL, JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND, MODE_CLIP, MODE_FILL, MODE_FILL_CLIP, MODE_FILL_STROKE, MODE_FILL_STROKE_CLIP, MODE_INVISIBLE, MODE_STROKE, MODE_STROKE_CLIP
 
Method Summary
 void setAuthor(String author)
           
 void setCreationDate(Calendar date)
           
 void setCreator(String creator)
           
 void setKeywords(String keywords)
           
 void setModificationDate(Calendar date)
           
 void setProducer(String producer)
           
 void setSubject(String subject)
           
 void setTitle(String title)
           
 void setTrapped(String name)
           
 
Methods inherited from class org.freehep.graphicsio.pdf.PDFDictionary
close, entry, entry, entry, entry, entry, entry, entry, entry, entry, entry, entry, openDictionary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setTitle

public void setTitle(String title)
              throws IOException
IOException

setAuthor

public void setAuthor(String author)
               throws IOException
IOException

setSubject

public void setSubject(String subject)
                throws IOException
IOException

setKeywords

public void setKeywords(String keywords)
                 throws IOException
IOException

setCreator

public void setCreator(String creator)
                throws IOException
IOException

setProducer

public void setProducer(String producer)
                 throws IOException
IOException

setCreationDate

public void setCreationDate(Calendar date)
                     throws IOException
IOException

setModificationDate

public void setModificationDate(Calendar date)
                         throws IOException
IOException

setTrapped

public void setTrapped(String name)
                throws IOException
IOException

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.