PDF Clown
0.1.2

org.pdfclown.documents
Class NamedJavaScripts

java.lang.Object
  extended by org.pdfclown.objects.PdfObjectWrapper<PdfDictionary>
      extended by org.pdfclown.objects.Tree<PdfString,TValue>
          extended by org.pdfclown.objects.NameTree<JavaScript>
              extended by org.pdfclown.documents.NamedJavaScripts
All Implemented Interfaces:
Cloneable, Map<PdfString,JavaScript>, IPdfObjectWrapper

@PDF(value=PDF13)
public final class NamedJavaScripts
extends NameTree<JavaScript>

Named JavaScript actions [PDF:1.6:3.6.3].

Since:
0.1.0
Version:
0.1.2, 12/21/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
NamedJavaScripts(Document context)
           
 
Method Summary
 NamedJavaScripts clone(Document context)
          Gets a clone of the object, registered inside the given document context.
protected  JavaScript wrapValue(PdfDirectObject baseObject)
          Wraps a base object within its corresponding high-level representation.
 
Methods inherited from class org.pdfclown.objects.NameTree
getPairsKey
 
Methods inherited from class org.pdfclown.objects.Tree
clear, containsKey, containsValue, entrySet, equals, get, getKey, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper
checkCompatibility, 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

NamedJavaScripts

public NamedJavaScripts(Document context)
Method Detail

clone

public NamedJavaScripts clone(Document context)
Description copied from class: PdfObjectWrapper
Gets a clone of the object, registered inside the given document context.

Overrides:
clone in class PdfObjectWrapper<PdfDictionary>
Parameters:
context - Which document the clone has to be registered in.

wrapValue

protected JavaScript wrapValue(PdfDirectObject baseObject)
Description copied from class: Tree
Wraps a base object within its corresponding high-level representation.

Specified by:
wrapValue in class Tree<PdfString,JavaScript>

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.