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

Packages that use PDFPathPaint
org.apache.fop.pdf   
org.apache.fop.render   
org.apache.fop.render.pcl   
org.apache.fop.render.pdf   
org.apache.fop.render.txt   
 

Uses of PDFPathPaint in org.apache.fop.pdf
 

Subclasses of PDFPathPaint in org.apache.fop.pdf
 class PDFColor
           
 class PDFPattern
          class representing a PDF Function.
 

Uses of PDFPathPaint in org.apache.fop.render
 

Fields in org.apache.fop.render declared as PDFPathPaint
protected  PDFPathPaint PrintRenderer.currentStroke
          the current color/gradient for borders, letters, etc.
protected  PDFPathPaint PrintRenderer.currentFill
          the current color/gradient to fill shapes with
 

Methods in org.apache.fop.render with parameters of type PDFPathPaint
protected abstract  void PrintRenderer.addLine(int x1, int y1, int x2, int y2, int th, PDFPathPaint stroke)
          add a line to the current stream
protected abstract  void PrintRenderer.addLine(int x1, int y1, int x2, int y2, int th, int rs, PDFPathPaint stroke)
          add a line to the current stream
protected abstract  void PrintRenderer.addFilledRect(int x, int y, int w, int h, PDFPathPaint fill)
          Add a filled rectangle to the current stream.
 

Uses of PDFPathPaint in org.apache.fop.render.pcl
 

Methods in org.apache.fop.render.pcl with parameters of type PDFPathPaint
protected  void PCLRenderer.addLine(int x1, int y1, int x2, int y2, int th, PDFPathPaint stroke)
          add a line to the current stream
protected  void PCLRenderer.addLine(int x1, int y1, int x2, int y2, int th, int rs, PDFPathPaint stroke)
          add a line to the current stream
protected  void PCLRenderer.addFilledRect(int x, int y, int w, int h, PDFPathPaint fill)
          add a filled rectangle to the current stream
 

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

Methods in org.apache.fop.render.pdf with parameters of type PDFPathPaint
protected  void PDFRenderer.addLine(int x1, int y1, int x2, int y2, int th, PDFPathPaint stroke)
          add a line to the current stream
protected  void PDFRenderer.addLine(int x1, int y1, int x2, int y2, int th, int rs, PDFPathPaint stroke)
          add a line to the current stream
protected  void PDFRenderer.addFilledRect(int x, int y, int w, int h, PDFPathPaint fill)
          add a filled rectangle to the current stream
 

Uses of PDFPathPaint in org.apache.fop.render.txt
 

Methods in org.apache.fop.render.txt with parameters of type PDFPathPaint
protected  void TXTRenderer.addLine(int x1, int y1, int x2, int y2, int th, PDFPathPaint stroke)
          add a line to the current stream
protected  void TXTRenderer.addLine(int x1, int y1, int x2, int y2, int th, int rs, PDFPathPaint stroke)
          add a line to the current stream
protected  void TXTRenderer.addFilledRect(int x, int y, int w, int h, PDFPathPaint fill)
          Add a filled rectangle to the current stream
protected  void TXTRenderer.addRect(int x, int y, int w, int h, PDFPathPaint stroke, PDFPathPaint fill)
          Add a filled stroked rectangle to the current stream
 



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