Package com.ribs.pdf.patterns
Class PDFTilingPattern
java.lang.Object
com.ribs.pdf.PDFPattern
com.ribs.pdf.patterns.PDFTilingPattern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
static PDFPattern
getInstance
(PDFStream pstream, PDFFile srcFile) getPaint()
Returns the awt Paint object which will render the patternReturns the pattern space->default space transformvoid
setTile
(BufferedImage timage) Methods inherited from class com.ribs.pdf.PDFPattern
getGState, getInstance
-
Constructor Details
-
PDFTilingPattern
-
-
Method Details
-
getInstance
-
getTransform
Description copied from class:PDFPattern
Returns the pattern space->default space transform- Specified by:
getTransform
in classPDFPattern
-
getBounds
-
getResources
-
getContents
public byte[] getContents() -
setTile
-
getPaint
Description copied from class:PDFPattern
Returns the awt Paint object which will render the pattern- Specified by:
getPaint
in classPDFPattern
-