org.freehep.graphicsio.pdf
Class PDFCatalog

java.lang.Object
  extended by org.freehep.graphicsio.pdf.PDFDictionary
      extended by org.freehep.graphicsio.pdf.PDFCatalog
All Implemented Interfaces:
PDFConstants

public class PDFCatalog
extends PDFDictionary

Implements the Catalog Dictionary (see Table 3.15).

Version:
$Id: PDFCatalog.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 setAcroForm(java.lang.String acroForm)
           
 void setDests(java.lang.String dests)
           
 void setNames(java.lang.String names)
           
 void setOpenAction(java.lang.Object[] openAction)
           
 void setOutlines(java.lang.String outlines)
           
 void setPageLayout(java.lang.String pageLayout)
           
 void setPageMode(java.lang.String pageMode)
           
 void setSpiderInfo(java.lang.String spiderInfo)
           
 void setStructTreeRoot(java.lang.String structTreeRoot)
           
 void setThreads(java.lang.String threads)
           
 void setURI(java.lang.String uri)
           
 void setViewerPreferences(java.lang.String viewerPreferences)
           
 
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

setNames

public void setNames(java.lang.String names)
              throws java.io.IOException
Throws:
java.io.IOException

setDests

public void setDests(java.lang.String dests)
              throws java.io.IOException
Throws:
java.io.IOException

setViewerPreferences

public void setViewerPreferences(java.lang.String viewerPreferences)
                          throws java.io.IOException
Throws:
java.io.IOException

setPageLayout

public void setPageLayout(java.lang.String pageLayout)
                   throws java.io.IOException
Throws:
java.io.IOException

setPageMode

public void setPageMode(java.lang.String pageMode)
                 throws java.io.IOException
Throws:
java.io.IOException

setOutlines

public void setOutlines(java.lang.String outlines)
                 throws java.io.IOException
Throws:
java.io.IOException

setThreads

public void setThreads(java.lang.String threads)
                throws java.io.IOException
Throws:
java.io.IOException

setOpenAction

public void setOpenAction(java.lang.Object[] openAction)
                   throws java.io.IOException
Throws:
java.io.IOException

setURI

public void setURI(java.lang.String uri)
            throws java.io.IOException
Throws:
java.io.IOException

setAcroForm

public void setAcroForm(java.lang.String acroForm)
                 throws java.io.IOException
Throws:
java.io.IOException

setStructTreeRoot

public void setStructTreeRoot(java.lang.String structTreeRoot)
                       throws java.io.IOException
Throws:
java.io.IOException

setSpiderInfo

public void setSpiderInfo(java.lang.String spiderInfo)
                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2000-2007 FreeHEP. All Rights Reserved.