FreeHEP API
Version current

org.freehep.graphicsio.pdf
Class PDFDocInfo

java.lang.Object
  extended byorg.freehep.graphicsio.pdf.PDFDictionary
      extended byorg.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
Source Code:
PDFDocInfo.java

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
Throws:
IOException

setAuthor

public void setAuthor(String author)
               throws IOException
Throws:
IOException

setSubject

public void setSubject(String subject)
                throws IOException
Throws:
IOException

setKeywords

public void setKeywords(String keywords)
                 throws IOException
Throws:
IOException

setCreator

public void setCreator(String creator)
                throws IOException
Throws:
IOException

setProducer

public void setProducer(String producer)
                 throws IOException
Throws:
IOException

setCreationDate

public void setCreationDate(Calendar date)
                     throws IOException
Throws:
IOException

setModificationDate

public void setModificationDate(Calendar date)
                         throws IOException
Throws:
IOException

setTrapped

public void setTrapped(String name)
                throws IOException
Throws:
IOException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.