PDF Clown
0.1.2

Uses of Class
org.pdfclown.objects.Cloner

Packages that use Cloner
org.pdfclown.files File-level objects [PDF:1.6:3.4]. 
org.pdfclown.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
 

Uses of Cloner in org.pdfclown.files
 

Methods in org.pdfclown.files that return Cloner
 Cloner File.getCloner()
          Gets the default cloner.
 

Methods in org.pdfclown.files with parameters of type Cloner
 PdfIndirectObject IndirectObjects.addExternal(PdfIndirectObject object, Cloner cloner)
          Registers an external indirect object.
 void File.setCloner(Cloner value)
           
 

Uses of Cloner in org.pdfclown.objects
 

Methods in org.pdfclown.objects with parameters of type Cloner
 void Cloner.Filter.afterClone(Cloner cloner, PdfArray parent, int index, PdfDirectObject item)
          Notifies a complete clone operation on an array item.
 void Cloner.Filter.afterClone(Cloner cloner, PdfDictionary parent, PdfName key, PdfDirectObject value)
          Notifies a complete clone operation on a dictionary entry.
 void Cloner.Filter.afterClone(Cloner cloner, PdfObject clone, PdfObject source)
          Notifies a complete clone operation on an object.
 boolean Cloner.Filter.beforeClone(Cloner cloner, PdfArray parent, int index, PdfDirectObject item)
          Notifies a starting clone operation on an array item.
 boolean Cloner.Filter.beforeClone(Cloner cloner, PdfDictionary parent, PdfName key, PdfDirectObject value)
          Notifies a starting clone operation on a dictionary entry.
 boolean Cloner.Filter.matches(Cloner cloner, PdfObject source)
          Gets whether this filter can deal with the given object.
 


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.