SourceForge.net Logo
aXSL API 0.2

org.axsl.pdf
Interface PdfPathPaint

All Known Subinterfaces:
PdfColor

public interface PdfPathPaint

Paint (Color or Pattern) used to stroke or fill paths.


Method Summary
 java.lang.String getSetterString(boolean fillNotStroke)
          Returns a String suitable for writing in the content stream which will set either the fill or stroke paint to this.
 

Method Detail

getSetterString

java.lang.String getSetterString(boolean fillNotStroke)
Returns a String suitable for writing in the content stream which will set either the fill or stroke paint to this.

Parameters:
fillNotStroke - Indicates whether the setter string is for fill or stroke.
Returns:
The String to write into the PDF content stream to set this paint.

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.