FreeHEP API
Version v1.2

org.freehep.graphicsio.pdf
Class PDF

java.lang.Object
  |
  +--org.freehep.graphicsio.pdf.PDF
Direct Known Subclasses:
PDFWriter

public class PDF
extends Object

Implements the lookup tables.

Version:
$Id: PDF.java,v 1.1 2001/11/29 01:45:29 duns Exp $
Author:
Mark Donszelmann

Field Summary
protected  PDFByteWriter out
           
 
Method Summary
 PDFName name(String name)
           
 PDFRef ref(String name)
           
 PDFRef[] ref(String[] names)
           
protected  void setXRef(int objectNumber, int offset)
           
protected  void startxref()
           
protected  void trailer(String rootName, String docInfoName)
           
protected  void xref()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

protected PDFByteWriter out
Method Detail

name

public PDFName name(String name)

ref

public PDFRef ref(String name)

ref

public PDFRef[] ref(String[] names)

setXRef

protected void setXRef(int objectNumber,
                       int offset)

xref

protected void xref()
             throws IOException
IOException

trailer

protected void trailer(String rootName,
                       String docInfoName)
                throws IOException
IOException

startxref

protected void startxref()
                  throws IOException
IOException

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.