FreeHEP API
Version current

org.freehep.graphicsio.pdf
Class PDF

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

public class PDF
extends Object

Implements the lookup tables.

Version:
$Id: PDF.java,v 1.2 2005/03/11 05:29:10 duns Exp $
Author:
Mark Donszelmann
Source Code:
PDF.java

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
Throws:
IOException

trailer

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

startxref

protected void startxref()
                  throws IOException
Throws:
IOException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.