FreeHEP API
Version v1.2

org.freehep.graphicsio.pdf
Class PDFPage

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

public class PDFPage
extends PDFPageBase

Implements the Page Object (see Table 3.17). Inheritable Page Attributes are in PDFPageBase.

Version:
$Id: PDFPage.java,v 1.1 2001/11/29 01:45:30 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 setAA(String aa)
           
 void setAnnots(String[] annots)
           
 void setArtBox(double x, double y, double w, double h)
           
 void setB(String[] b)
           
 void setBleedBox(double x, double y, double w, double h)
           
 void setContents(String content)
           
 void setDur(double dur)
           
 void setID(String id)
           
 void setLastModified(Calendar date)
           
 void setPieceInfo(String pieceInfo)
           
 void setPZ(double pz)
           
 void setSeparationInfo(String separationInfo)
           
 void setStructParents(int structParents)
           
 void setThumb(String thumb)
           
 void setTrans(String trans)
           
 void setTrimBox(double x, double y, double w, double h)
           
 
Methods inherited from class org.freehep.graphicsio.pdf.PDFPageBase
setCropBox, setMediaBox, setResources, setRotate
 
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

setBleedBox

public void setBleedBox(double x,
                        double y,
                        double w,
                        double h)
                 throws IOException
IOException

setTrimBox

public void setTrimBox(double x,
                       double y,
                       double w,
                       double h)
                throws IOException
IOException

setArtBox

public void setArtBox(double x,
                      double y,
                      double w,
                      double h)
               throws IOException
IOException

setContents

public void setContents(String content)
                 throws IOException
IOException

setThumb

public void setThumb(String thumb)
              throws IOException
IOException

setB

public void setB(String[] b)
          throws IOException
IOException

setDur

public void setDur(double dur)
            throws IOException
IOException

setTrans

public void setTrans(String trans)
              throws IOException
IOException

setAnnots

public void setAnnots(String[] annots)
               throws IOException
IOException

setAA

public void setAA(String aa)
           throws IOException
IOException

setPieceInfo

public void setPieceInfo(String pieceInfo)
                  throws IOException
IOException

setLastModified

public void setLastModified(Calendar date)
                     throws IOException
IOException

setStructParents

public void setStructParents(int structParents)
                      throws IOException
IOException

setID

public void setID(String id)
           throws IOException
IOException

setPZ

public void setPZ(double pz)
           throws IOException
IOException

setSeparationInfo

public void setSeparationInfo(String separationInfo)
                       throws IOException
IOException

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.