PDF Clown
0.1.2

org.pdfclown.objects
Class NameTree<TValue extends PdfObjectWrapper<?>>

java.lang.Object
  extended by org.pdfclown.objects.PdfObjectWrapper<PdfDictionary>
      extended by org.pdfclown.objects.Tree<PdfString,TValue>
          extended by org.pdfclown.objects.NameTree<TValue>
All Implemented Interfaces:
Cloneable, Map<PdfString,TValue>, IPdfObjectWrapper
Direct Known Subclasses:
NamedDestinations, NamedEmbeddedFiles, NamedJavaScripts, NamedRenditions

public abstract class NameTree<TValue extends PdfObjectWrapper<?>>
extends Tree<PdfString,TValue>

Name tree [PDF:1.7:3.8.5].

Since:
0.0.4
Version:
0.1.2, 09/24/12
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
protected NameTree(Document context)
           
protected NameTree(PdfDirectObject baseObject)
           
 
Method Summary
protected  PdfName getPairsKey()
          Gets the name of the key-value pairs entries.
 
Methods inherited from class org.pdfclown.objects.Tree
clear, containsKey, containsValue, entrySet, equals, get, getKey, hashCode, isEmpty, keySet, put, putAll, remove, size, values, wrapValue
 
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper
checkCompatibility, clone, delete, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameTree

protected NameTree(Document context)

NameTree

protected NameTree(PdfDirectObject baseObject)
Method Detail

getPairsKey

protected PdfName getPairsKey()
Description copied from class: Tree
Gets the name of the key-value pairs entries.

Specified by:
getPairsKey in class Tree<PdfString,TValue extends PdfObjectWrapper<?>>

PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.