org.freehep.graphicsio.pdf
Class PDF

java.lang.Object
  extended by org.freehep.graphicsio.pdf.PDF
Direct Known Subclasses:
PDFWriter

public class PDF
extends java.lang.Object

Implements the lookup tables.

Version:
$Id: PDF.java 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann

Field Summary
protected  PDFByteWriter out
           
 
Method Summary
 PDFName name(java.lang.String name)
           
 PDFRef ref(java.lang.String name)
           
 PDFRef[] ref(java.lang.String[] names)
           
protected  void setXRef(int objectNumber, int offset)
           
protected  void startxref()
           
protected  void trailer(java.lang.String rootName, java.lang.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(java.lang.String name)

ref

public PDFRef ref(java.lang.String name)

ref

public PDFRef[] ref(java.lang.String[] names)

setXRef

protected void setXRef(int objectNumber,
                       int offset)

xref

protected void xref()
             throws java.io.IOException
Throws:
java.io.IOException

trailer

protected void trailer(java.lang.String rootName,
                       java.lang.String docInfoName)
                throws java.io.IOException
Throws:
java.io.IOException

startxref

protected void startxref()
                  throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2000-2007 FreeHEP. All Rights Reserved.