fop 1.0

Uses of Class
org.apache.fop.pdf.PDFWArray

Packages that use PDFWArray
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
 

Uses of PDFWArray in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf that return PDFWArray
 PDFWArray PDFFactory.getSubsetWidths(CIDFont cidFont)
          Creates and returns a width array with the widths of all the characters in the subset.
 

Methods in org.apache.fop.pdf with parameters of type PDFWArray
 void PDFCIDFont.setW(PDFWArray w)
          Set the /W array
 void PDFCIDFont.setW2(PDFWArray w2)
          Set the /W2 array
 

Constructors in org.apache.fop.pdf with parameters of type PDFWArray
PDFCIDFont(java.lang.String basefont, CIDFontType cidtype, int dw, PDFWArray w, PDFCIDSystemInfo systemInfo, PDFCIDFontDescriptor descriptor)
          Create the /Font object
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.