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
- Source Code:
- PDFPage.java
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 |
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 |
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
Copyright © 2000-2004 FreeHEP, All Rights Reserved.