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 PDFPatterngetInstance(PDFStream pstream, PDFFile srcFile) getPaint()Returns the awt Paint object which will render the patternReturns the pattern space->default space transformvoidsetTile(BufferedImage timage) Methods inherited from class com.ribs.pdf.PDFPattern
getGState, getInstance 
- 
Constructor Details
- 
PDFTilingPattern
 
 - 
 - 
Method Details
- 
getInstance
 - 
getTransform
Description copied from class:PDFPatternReturns the pattern space->default space transform- Specified by:
 getTransformin classPDFPattern
 - 
getBounds
 - 
getResources
 - 
getContents
public byte[] getContents() - 
setTile
 - 
getPaint
Description copied from class:PDFPatternReturns the awt Paint object which will render the pattern- Specified by:
 getPaintin classPDFPattern
 
 -