PDF Clown
0.1.2

Uses of Class
org.pdfclown.objects.PdfArray

Packages that use PdfArray
org.pdfclown.documents.contents.colorSpaces Color space types used to specify the colors of graphics objects inside content streams [PDF:1.6:4.5]. 
org.pdfclown.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
 

Uses of PdfArray in org.pdfclown.documents.contents.colorSpaces
 

Methods in org.pdfclown.documents.contents.colorSpaces with parameters of type PdfArray
static DeviceGrayColor DeviceGrayColor.get(PdfArray components)
          Gets the color corresponding to the specified components.
static DeviceColor DeviceColor.get(PdfArray components)
          Gets the color corresponding to the specified components.
static DeviceRGBColor DeviceRGBColor.get(PdfArray components)
          Gets the color corresponding to the specified components.
static IndexedColor IndexedColor.get(PdfArray components)
          Gets the color corresponding to the specified components.
static SeparationColor SeparationColor.get(PdfArray components)
          Gets the color corresponding to the specified components.
static DeviceCMYKColor DeviceCMYKColor.get(PdfArray components)
          Gets the color corresponding to the specified components.
static DeviceNColor DeviceNColor.get(PdfArray components)
          Gets the color corresponding to the specified components.
 

Uses of PdfArray in org.pdfclown.objects
 

Methods in org.pdfclown.objects that return PdfArray
 PdfArray PdfArray.clone(File context)
           
 PdfArray PdfArray.swap(PdfObject other)
           
 

Methods in org.pdfclown.objects with parameters of type PdfArray
 void Cloner.Filter.afterClone(Cloner cloner, PdfArray parent, int index, PdfDirectObject item)
          Notifies a complete clone operation on an array item.
 boolean Cloner.Filter.beforeClone(Cloner cloner, PdfArray parent, int index, PdfDirectObject item)
          Notifies a starting clone operation on an array item.
 PdfObject Cloner.visit(PdfArray object, Object data)
           
 PdfObject Visitor.visit(PdfArray object, Object data)
           
 PdfObject IVisitor.visit(PdfArray object, Object data)
          Visits an object array.
 

Constructors in org.pdfclown.objects with parameters of type PdfArray
Array(Document context, Array.IWrapper<TItem> itemWrapper, PdfArray baseDataObject)
          Wraps the specified base array using the specified wrapper for wrapping its items.
Array(Document context, Class<TItem> itemClass, PdfArray baseDataObject)
          Wraps the specified base array using the default 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.