Uses of Class
com.itextpdf.text.pdf.parser.InlineImageInfo
Packages that use InlineImageInfo
-
Uses of InlineImageInfo in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser declared as InlineImageInfoModifier and TypeFieldDescriptionprivate final InlineImageInfo
ImageRenderInfo.inlineImageInfo
A reference to an inline imageMethods in com.itextpdf.text.pdf.parser that return InlineImageInfoModifier and TypeMethodDescriptionstatic 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 InlineImageInfoModifier and TypeMethodDescriptionprotected static ImageRenderInfo
ImageRenderInfo.createForEmbeddedImage
(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, Collection<MarkedContentInfo> markedContentInfo) Create an ImageRenderInfo object based on inline image data.protected void
PdfContentStreamProcessor.handleInlineImage
(InlineImageInfo info, PdfDictionary colorSpaceDic) Callback when an inline image is found.Constructors in com.itextpdf.text.pdf.parser with parameters of type InlineImageInfoModifierConstructorDescriptionprivate
ImageRenderInfo
(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, Collection<MarkedContentInfo> markedContentInfo)