Uses of Class
org.freehep.graphicsio.pdf.PDFName

Packages that use PDFName
org.freehep.graphicsio.pdf PDF (Portable Document File) Output Format. 
 

Uses of PDFName in org.freehep.graphicsio.pdf
 

Methods in org.freehep.graphicsio.pdf that return PDFName
 PDFName PDFImageDelayQueue.delayImage(java.awt.image.RenderedImage image, java.awt.Color bkg, java.lang.String writeAs)
           
 PDFName PDFPaintDelayQueue.delayPaint(java.awt.Paint paint, java.awt.geom.AffineTransform transform, java.lang.String writeAs)
           
 PDFName PDF.name(java.lang.String name)
           
 

Methods in org.freehep.graphicsio.pdf with parameters of type PDFName
 void PDFStream.colorSpace(double[] color, PDFName name)
           
 void PDFStream.colorSpace(PDFName colorSpace)
           
 void PDFStream.colorSpaceStroke(double[] color, PDFName name)
           
 void PDFStream.colorSpaceStroke(PDFName colorSpace)
           
 void PDFDictionary.entry(java.lang.String key, PDFName name)
           
 void PDFStream.font(PDFName fontName, double size)
           
 void PDFOutline.setDest(PDFName dest)
           
 void PDFStream.shade(PDFName name)
           
 void PDFStream.state(PDFName stateDictionary)
           
 void PDFStream.xObject(PDFName name)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.