PDF Clown
0.1.2

Uses of Interface
org.pdfclown.objects.Array.IWrapper

Packages that use Array.IWrapper
org.pdfclown.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
 

Uses of Array.IWrapper in org.pdfclown.objects
 

Methods in org.pdfclown.objects with parameters of type Array.IWrapper
static
<TItem extends IPdfObjectWrapper>
Array<TItem>
Array.wrap(Array.IWrapper<TItem> itemWrapper, PdfDirectObject baseObject)
          Wraps an existing base array using the specified wrapper for wrapping its items.
 

Constructors in org.pdfclown.objects with parameters of type Array.IWrapper
Array(Array.IWrapper<TItem> itemWrapper, PdfDirectObject baseObject)
          Wraps an existing base array using the specified wrapper for wrapping its items.
Array(Document context, Array.IWrapper<TItem> itemWrapper)
          Wraps a new base array using the specified wrapper for wrapping its items.
Array(Document context, Array.IWrapper<TItem> itemWrapper, PdfArray baseDataObject)
          Wraps the specified base array using the specified wrapper for wrapping its items.
 


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.