FreeHEP API
Version v1.2

org.freehep.graphicsio.pdf
Class PDFRef

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

public class PDFRef
extends Object
implements PDFConstants

This class implements a numbered reference to a PDFObject. Internally the class keeps track of the numbers. The user only sees its logical name. Only generation 0 is used in this PDFWriter, since we do not allow for updates of the PDF file.

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

Field Summary
 
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
 int getGenerationNumber()
           
 String getName()
           
 int getObjectNumber()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

getObjectNumber

public int getObjectNumber()

getGenerationNumber

public int getGenerationNumber()

toString

public String toString()
Overrides:
toString in class Object

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.