FreeHEP API
Version current

org.freehep.graphicsio.pdf
Class PDFPage

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

setTrimBox

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

setArtBox

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

setContents

public void setContents(String content)
                 throws IOException
Throws:
IOException

setThumb

public void setThumb(String thumb)
              throws IOException
Throws:
IOException

setB

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

setDur

public void setDur(double dur)
            throws IOException
Throws:
IOException

setTrans

public void setTrans(String trans)
              throws IOException
Throws:
IOException

setAnnots

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

setAA

public void setAA(String aa)
           throws IOException
Throws:
IOException

setPieceInfo

public void setPieceInfo(String pieceInfo)
                  throws IOException
Throws:
IOException

setLastModified

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

setStructParents

public void setStructParents(int structParents)
                      throws IOException
Throws:
IOException

setID

public void setID(String id)
           throws IOException
Throws:
IOException

setPZ

public void setPZ(double pz)
           throws IOException
Throws:
IOException

setSeparationInfo

public void setSeparationInfo(String separationInfo)
                       throws IOException
Throws:
IOException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.