PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.contents.xObjects.XObject

Packages that use XObject
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.objects Content stream instructions [PDF:1.6:3.7.1]. 
org.pdfclown.documents.contents.xObjects External content objects that are able to be referenced from content stream objects [PDF:1.6:4.7]. 
 

Uses of XObject in org.pdfclown.documents
 

Methods in org.pdfclown.documents that return XObject
 XObject Page.toXObject(Document context)
           
 

Uses of XObject in org.pdfclown.documents.contents
 

Methods in org.pdfclown.documents.contents that return XObject
 XObject ContentScanner.XObjectWrapper.getXObject()
          Gets the external object.
 XObject IContentEntity.toXObject(Document context)
          Converts this entity to its equivalent external (independent) object representation [PDF:1.6:4.7].
protected  XObject XObjectResources.wrap(PdfDirectObject baseObject)
           
 

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

Methods in org.pdfclown.documents.contents.composition with parameters of type XObject
 void PrimitiveComposer.showXObject(XObject value)
          Shows the specified external object [PDF:1.6:4.7].
 boolean BlockComposer.showXObject(XObject xObject, Dimension2D size)
          Shows the specified external object.
 boolean BlockComposer.showXObject(XObject xObject, Dimension2D size, Object lineAlignment)
          Shows the specified external object.
 void PrimitiveComposer.showXObject(XObject value, Point2D location)
          Shows the specified external object at the specified position [PDF:1.6:4.7].
 void PrimitiveComposer.showXObject(XObject value, Point2D location, Dimension2D size)
          Shows the specified external object at the specified position [PDF:1.6:4.7].
 void PrimitiveComposer.showXObject(XObject value, Point2D location, Dimension2D size, XAlignmentEnum xAlignment, YAlignmentEnum yAlignment, double rotation)
          Shows the specified external object at the specified position [PDF:1.6:4.7].
 

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

Methods in org.pdfclown.documents.contents.entities that return XObject
 XObject EAN13Barcode.toXObject(Document context)
           
 XObject JpegImage.toXObject(Document context)
           
abstract  XObject Entity.toXObject(Document context)
           
 

Uses of XObject in org.pdfclown.documents.contents.objects
 

Methods in org.pdfclown.documents.contents.objects that return XObject
 XObject XObject.getResource(IContentContext context)
           
 XObject PaintXObject.getResource(IContentContext context)
           
 XObject PaintXObject.getXObject(IContentContext context)
          Gets the external object resource to be painted.
 

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

Subclasses of XObject in org.pdfclown.documents.contents.xObjects
 class FormXObject
          Form external object [PDF:1.6:4.9].
 class ImageXObject
          Image external object [PDF:1.6:4.8.4].
 

Methods in org.pdfclown.documents.contents.xObjects that return XObject
 XObject FormXObject.toXObject(Document context)
           
static XObject XObject.wrap(PdfDirectObject baseObject)
          Wraps an external object reference into an external 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.