intarsys PDF library API

Uses of Class
de.intarsys.pdf.pd.PDXObject

Packages that use PDXObject
de.intarsys.pdf.content The "content" package contains functionality to work on PDF content streams. 
de.intarsys.pdf.content.common Some common implementations on PDF content stream. 
de.intarsys.pdf.pd The higher level building blocks of a PDF document. 
 

Uses of PDXObject in de.intarsys.pdf.content
 

Methods in de.intarsys.pdf.content with parameters of type PDXObject
 void ICSDevice.doXObject(COSName resourceName, PDXObject xObject)
          Stroke a PDXObject.
 void CSDeviceAdapter.doXObject(COSName name, PDXObject xobject)
           
 

Uses of PDXObject in de.intarsys.pdf.content.common
 

Methods in de.intarsys.pdf.content.common with parameters of type PDXObject
 void CSCreator.doXObject(COSName name, PDXObject xObject)
           
 

Uses of PDXObject in de.intarsys.pdf.pd
 

Subclasses of PDXObject in de.intarsys.pdf.pd
 class PDForm
          A form object.
 class PDImage
          The representation of an image.
 class PDPostScript
          The representation of embedded postscript programs
 

Methods in de.intarsys.pdf.pd that return PDXObject
 PDXObject PDImage.getSMask()
           
 PDXObject PDResources.getXObjectResource(COSName name)
          Return a named XObject resource from the resource dictionary.
 

Methods in de.intarsys.pdf.pd with parameters of type PDXObject
 void PDResources.addXObjectResource(COSName name, PDXObject object)
           
 COSName PDResources.createXObjectResource(PDXObject xobject)
          Return the name of a XObject resource within the resource dictionary.
 void PDImage.setMask(PDXObject object)
           
 void PDImage.setSMask(PDXObject object)
           
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.