Class PDFImageFactory
java.lang.Object
com.inductiveautomation.rm.pdf.reader.PDFImageFactory
- All Implemented Interfaces:
- ImageFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbyte[]expandBitmapBits(byte[] streamBytes, int width, int height) getImage(PDFStream imageStream, ColorSpace cspace, PDFFile srcfile) Given a pdf xobject dictionary, return an awt Image object
- 
Constructor Details- 
PDFImageFactorypublic PDFImageFactory()
 
- 
- 
Method Details- 
getImageDescription 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) 
 
-