FreeHEP API
Version v1.2

org.freehep.graphicsio.pdf
Class PDFPageTree

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

public class PDFPageTree
extends PDFPageBase

Implements the Page Tree Node (see Table 3.16).

Version:
$Id: PDFPageTree.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 addPage(String name)
           
 
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

addPage

public void addPage(String name)

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.