Package com.ribs.pdf.patterns
Class PDFTilingPattern
java.lang.Object
com.ribs.pdf.PDFPattern
com.ribs.pdf.patterns.PDFTilingPattern
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.PDFPatterngetGState, getInstance
- 
Constructor Details- 
PDFTilingPattern
 
- 
- 
Method Details- 
getInstance
- 
getTransformDescription copied from class:PDFPatternReturns the pattern space->default space transform- Specified by:
- getTransformin class- PDFPattern
 
- 
getBounds
- 
getResources
- 
getContentspublic byte[] getContents()
- 
setTile
- 
getPaintDescription copied from class:PDFPatternReturns the awt Paint object which will render the pattern- Specified by:
- getPaintin class- PDFPattern
 
 
-