org.freehep.graphicsio.pdf
Class PDFDocInfo

java.lang.Object
  extended by org.freehep.graphicsio.pdf.PDFDictionary
      extended by 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 8584 2006-08-10 23:06:37Z duns $
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(java.lang.String author)
           
 void setCreationDate(java.util.Calendar date)
           
 void setCreator(java.lang.String creator)
           
 void setKeywords(java.lang.String keywords)
           
 void setModificationDate(java.util.Calendar date)
           
 void setProducer(java.lang.String producer)
           
 void setSubject(java.lang.String subject)
           
 void setTitle(java.lang.String title)
           
 void setTrapped(java.lang.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(java.lang.String title)
              throws java.io.IOException
Throws:
java.io.IOException

setAuthor

public void setAuthor(java.lang.String author)
               throws java.io.IOException
Throws:
java.io.IOException

setSubject

public void setSubject(java.lang.String subject)
                throws java.io.IOException
Throws:
java.io.IOException

setKeywords

public void setKeywords(java.lang.String keywords)
                 throws java.io.IOException
Throws:
java.io.IOException

setCreator

public void setCreator(java.lang.String creator)
                throws java.io.IOException
Throws:
java.io.IOException

setProducer

public void setProducer(java.lang.String producer)
                 throws java.io.IOException
Throws:
java.io.IOException

setCreationDate

public void setCreationDate(java.util.Calendar date)
                     throws java.io.IOException
Throws:
java.io.IOException

setModificationDate

public void setModificationDate(java.util.Calendar date)
                         throws java.io.IOException
Throws:
java.io.IOException

setTrapped

public void setTrapped(java.lang.String name)
                throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2000-2007 FreeHEP. All Rights Reserved.