Package com.ribs.pdf
Class PDFPattern
java.lang.Object
com.ribs.pdf.PDFPattern
- Direct Known Subclasses:
- PDFShadingPattern,- PDFTilingPattern
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the extended gstate object (if one exists) associated with the patternstatic PDFPatterngetInstance(Object pat, PDFFile srcFile) abstract PaintgetPaint()Returns the awt Paint object which will render the patternabstract AffineTransformReturns the pattern space->default space transform
- 
Constructor Details- 
PDFPatternpublic PDFPattern()
 
- 
- 
Method Details- 
getInstance
- 
getTransformReturns the pattern space->default space transform
- 
getGStateReturns the extended gstate object (if one exists) associated with the pattern
- 
getPaintReturns the awt Paint object which will render the pattern
 
-