PJX

Uses of Class
com.etymon.pjx.PdfName

Packages that use PdfName
com.etymon.pjx.stream Provides methods for encoding and decoding PDF streams.  
com.etymon.pjx.util Utility classes for performing common functions on PDF documents. 
 

Uses of PdfName in com.etymon.pjx.stream
 

Methods in com.etymon.pjx.stream that return PdfName
 PdfName PdfStreamFilter.getName()
          Returns the name of this filter method.
 PdfName PdfFlateFilter.getName()
           
 

Uses of PdfName in com.etymon.pjx.util
 

Methods in com.etymon.pjx.util with parameters of type PdfName
 void AddImageSimple.addImage(java.io.File imageFile, int imageWidth, int imageHeight, PdfName imageName, PdfReference page, float positionX, float positionY, float scaleX, float scaleY, boolean background)
          Deprecated. Adds a specified JPEG image (contained in a file) to a page in the PDF document.
 void AddImageSimple.addImage(java.nio.ByteBuffer image, int imageWidth, int imageHeight, PdfName imageName, PdfReference page, float positionX, float positionY, float scaleX, float scaleY, boolean background)
          Deprecated. Adds a specified JPEG image (contained in a buffer) to a page in the PDF document.
 


Copyright © 1998-2004 Etymon Systems, Inc.

The PDF data structures, operators, and specification are
Copyright © 1985-2004 Adobe Systems Incorporated.