org.pdfclown.documents
Class NamedRenditions
java.lang.Object
   org.pdfclown.objects.PdfObjectWrapper<PdfDictionary>
org.pdfclown.objects.PdfObjectWrapper<PdfDictionary>
       org.pdfclown.objects.Tree<PdfString,TValue>
org.pdfclown.objects.Tree<PdfString,TValue>
           org.pdfclown.objects.NameTree<Rendition>
org.pdfclown.objects.NameTree<Rendition>
               org.pdfclown.documents.NamedRenditions
org.pdfclown.documents.NamedRenditions
- All Implemented Interfaces: 
- Cloneable, Map<PdfString,Rendition>, IPdfObjectWrapper
- @PDF(value=PDF15)
public final class NamedRenditions 
- extends NameTree<Rendition>
Named renditions [PDF:1.6:3.6.3].
- Since:
- 0.1.2
- Version:
- 0.1.2, 12/21/12
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
 
| Nested classes/interfaces inherited from interface java.util.Map | 
| Map.Entry<K,V> | 
 
 
 
 
| Methods inherited from class org.pdfclown.objects.Tree | 
| clear, containsKey, containsValue, entrySet, equals, get, getKey, hashCode, isEmpty, keySet, putAll, 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 | 
 
 
NamedRenditions
public NamedRenditions(Document context)
clone
public NamedRenditions clone(Document context)
- Description copied from class: PdfObjectWrapper
- Gets a clone of the object, registered inside the given document context.
 
- 
- Overrides:
- clonein class- PdfObjectWrapper<PdfDictionary>
 
- 
- Parameters:
- context- Which document the clone has to be registered in.
 
put
public Rendition put(PdfString key,
                     Rendition value)
- 
- Specified by:
- putin interface- Map<PdfString,Rendition>
- Overrides:
- putin class- Tree<PdfString,Rendition>
 
- 
 
remove
public Rendition remove(Object key)
- 
- Specified by:
- removein interface- Map<PdfString,Rendition>
- Overrides:
- removein class- Tree<PdfString,Rendition>
 
- 
 
wrapValue
protected Rendition wrapValue(PdfDirectObject baseObject)
- Description copied from class: Tree
- Wraps a base object within its corresponding high-level representation.
 
- 
- Specified by:
- wrapValuein class- Tree<PdfString,Rendition>
 
- 
 
Project home page
Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.