Class PDFImageFactory
- java.lang.Object
- 
- com.inductiveautomation.rm.pdf.reader.PDFImageFactory
 
- 
- All Implemented Interfaces:
- ImageFactory
 
 public class PDFImageFactory extends java.lang.Object implements ImageFactory 
- 
- 
Constructor SummaryConstructors Constructor Description PDFImageFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]expandBitmapBits(byte[] streamBytes, int width, int height)java.awt.ImagegetImage(PDFStream imageStream, java.awt.color.ColorSpace cspace, PDFFile srcfile)Given a pdf xobject dictionary, return an awt Image object
 
- 
- 
- 
Method Detail- 
getImage@Nullable public java.awt.Image getImage(PDFStream imageStream, java.awt.color.ColorSpace cspace, PDFFile srcfile) Description copied from interface:ImageFactoryGiven a pdf xobject dictionary, return an awt Image object- Specified by:
- getImagein interface- ImageFactory
 
 - 
expandBitmapBitspublic byte[] expandBitmapBits(byte[] streamBytes, int width, int height)
 
- 
 
-