SourceForge.net Logo
aXSL API 0.1

Uses of Interface
org.axsl.pdfW.PDFPathPaint

Packages that use PDFPathPaint
org.axsl.pdfW Interfaces allowing client applications to use create PDF documents in a vendor-neutral way. 
 

Uses of PDFPathPaint in org.axsl.pdfW
 

Subinterfaces of PDFPathPaint in org.axsl.pdfW
 interface PDFColor
          A PDF Color.
 

Methods in org.axsl.pdfW with parameters of type PDFPathPaint
 void PDFContentStream.drawLine(java.awt.geom.Line2D.Float line, float thickness, float[] dashArray, float dashPhase, PDFPathPaint stroke)
          Draws a line at the current location in the content stream.
 void PDFContentStream.drawRectangle(java.awt.geom.Rectangle2D.Float rectangle, boolean stroke, PDFPathPaint strokePaint, boolean fill, PDFPathPaint fillPaint)
          Draws a rectangle at the current location in the content stream.
 


SourceForge.net Logo
aXSL API 0.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.