Class TilingPattern
java.lang.Object
com.inductiveautomation.rm.pdf.reader.PDFPattern
com.inductiveautomation.rm.pdf.reader.fps.TilingPattern
-
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.inductiveautomation.rm.pdf.reader.PDFPattern
getGState, getInstance
-
Constructor Details
-
TilingPattern
-
-
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
-