PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.contents.composition.PrimitiveComposer

Packages that use PrimitiveComposer
org.pdfclown.documents Document-level objects [PDF:1.6:3.6]. 
org.pdfclown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
org.pdfclown.documents.contents.composition Typographic composition. 
org.pdfclown.documents.contents.entities Specialized graphic types. 
org.pdfclown.documents.contents.xObjects External content objects that are able to be referenced from content stream objects [PDF:1.6:4.7]. 
org.pdfclown.tools Specialized tools for performing common operations on PDF files. 
 

Uses of PrimitiveComposer in org.pdfclown.documents
 

Methods in org.pdfclown.documents with parameters of type PrimitiveComposer
 ContentObject Page.toInlineObject(PrimitiveComposer composer)
           
 

Uses of PrimitiveComposer in org.pdfclown.documents.contents
 

Methods in org.pdfclown.documents.contents with parameters of type PrimitiveComposer
 ContentObject IContentEntity.toInlineObject(PrimitiveComposer composer)
          Converts this entity to its equivalent inline (dependent) object representation [PDF:1.6:4.8.6].
 

Uses of PrimitiveComposer in org.pdfclown.documents.contents.composition
 

Methods in org.pdfclown.documents.contents.composition that return PrimitiveComposer
 PrimitiveComposer BlockComposer.getBaseComposer()
          Gets the base composer.
 

Constructors in org.pdfclown.documents.contents.composition with parameters of type PrimitiveComposer
BlockComposer(PrimitiveComposer baseComposer)
           
 

Uses of PrimitiveComposer in org.pdfclown.documents.contents.entities
 

Methods in org.pdfclown.documents.contents.entities with parameters of type PrimitiveComposer
 ContentObject EAN13Barcode.toInlineObject(PrimitiveComposer composer)
           
 ContentObject JpegImage.toInlineObject(PrimitiveComposer composer)
           
abstract  ContentObject Entity.toInlineObject(PrimitiveComposer composer)
           
 

Uses of PrimitiveComposer in org.pdfclown.documents.contents.xObjects
 

Methods in org.pdfclown.documents.contents.xObjects with parameters of type PrimitiveComposer
 ContentObject FormXObject.toInlineObject(PrimitiveComposer composer)
           
 

Uses of PrimitiveComposer in org.pdfclown.tools
 

Methods in org.pdfclown.tools that return PrimitiveComposer
 PrimitiveComposer PageStamper.getBackground()
           
 PrimitiveComposer PageStamper.getForeground()
           
 


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.