Uses of Class
com.itextpdf.text.pdf.parser.InlineImageInfo

Packages that use InlineImageInfo
com.itextpdf.text.pdf.parser   
 

Uses of InlineImageInfo in com.itextpdf.text.pdf.parser
 

Methods in com.itextpdf.text.pdf.parser that return InlineImageInfo
static InlineImageInfo InlineImageUtils.parseInlineImage(PdfContentParser ps, PdfDictionary colorSpaceDic)
          Parses an inline image from the provided content parser.
 

Methods in com.itextpdf.text.pdf.parser with parameters of type InlineImageInfo
protected static ImageRenderInfo ImageRenderInfo.createForEmbeddedImage(Matrix ctm, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary)
          Create an ImageRenderInfo object based on inline image data.
protected  void PdfContentStreamProcessor.handleInlineImage(InlineImageInfo info, PdfDictionary colorSpaceDic)
          Callback when an inline image is found.
 



Copyright © 2013. All Rights Reserved.