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 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
-
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
-