intarsys PDF library API

de.intarsys.pdf.cds
Class CDSTreeEntry

java.lang.Object
  extended by de.intarsys.pdf.cds.CDSTreeEntry
Direct Known Subclasses:
CDSNameTreeEntry, CDSNumberTreeEntry

public abstract class CDSTreeEntry
extends Object

Abstract superclass for implementing entry objects in PDF name and number trees.


Constructor Summary
CDSTreeEntry(COSObject value)
           
 
Method Summary
abstract  COSObject getKey()
           
 COSObject getValue()
          The value of the entry.
 COSObject setValue(COSObject object)
          Set the value for entry.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDSTreeEntry

public CDSTreeEntry(COSObject value)
Method Detail

setValue

public COSObject setValue(COSObject object)
Set the value for entry.

Parameters:
object - The new value for the entry.
Returns:
The previous value

getValue

public COSObject getValue()
The value of the entry.

Returns:
The value of the entry.

getKey

public abstract COSObject getKey()

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.