Package com.ribs.pdf
Class PDFPattern
java.lang.Object
com.ribs.pdf.PDFPattern
- Direct Known Subclasses:
PDFShadingPattern
,PDFTilingPattern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the extended gstate object (if one exists) associated with the patternstatic PDFPattern
getInstance
(Object pat, PDFFile srcFile) abstract Paint
getPaint()
Returns the awt Paint object which will render the patternabstract AffineTransform
Returns the pattern space->default space transform
-
Constructor Details
-
PDFPattern
public PDFPattern()
-
-
Method Details
-
getInstance
-
getTransform
Returns the pattern space->default space transform -
getGState
Returns the extended gstate object (if one exists) associated with the pattern -
getPaint
Returns the awt Paint object which will render the pattern
-