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

Packages that use PDFWArray
org.apache.fop.pdf   
org.apache.fop.render.pdf   
org.apache.fop.render.pdf.fonts   
 

Uses of PDFWArray in org.apache.fop.pdf
 

Fields in org.apache.fop.pdf declared as PDFWArray
protected  PDFWArray PDFCIDFont.w
           
protected  PDFWArray PDFCIDFont.w2
           
 

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(int number, java.lang.String basefont, byte cidtype, int dw, PDFWArray w, PDFCIDSystemInfo systemInfo, PDFCIDFontDescriptor descriptor)
          create the /Font object
 

Uses of PDFWArray in org.apache.fop.render.pdf
 

Methods in org.apache.fop.render.pdf that return PDFWArray
 PDFWArray CIDFont.getWidths()
           
 

Uses of PDFWArray in org.apache.fop.render.pdf.fonts
 

Fields in org.apache.fop.render.pdf.fonts declared as PDFWArray
 PDFWArray MultiByteFont.warray
           
 

Methods in org.apache.fop.render.pdf.fonts that return PDFWArray
 PDFWArray MultiByteFont.getWidths()
           
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.