Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
Modifier and Type | Method and Description |
---|---|
GraphicsState |
PdfContentStreamProcessor.gs()
Returns the current graphics state.
|
Modifier and Type | Method and Description |
---|---|
protected static ImageRenderInfo |
ImageRenderInfo.createForEmbeddedImage(GraphicsState gs,
InlineImageInfo inlineImageInfo,
PdfDictionary colorSpaceDictionary,
Collection<MarkedContentInfo> markedContentInfo)
Create an ImageRenderInfo object based on inline image data.
|
static ImageRenderInfo |
ImageRenderInfo.createForXObject(GraphicsState gs,
PdfIndirectReference ref,
PdfDictionary colorSpaceDictionary)
Create an ImageRenderInfo object based on an XObject (this is the most common way of including an image in PDF)
|
static ImageRenderInfo |
ImageRenderInfo.createForXObject(GraphicsState gs,
PdfIndirectReference ref,
PdfDictionary colorSpaceDictionary,
Collection<MarkedContentInfo> markedContentInfo)
Create an ImageRenderInfo object based on an XObject (this is the most common way of including an image in PDF)
|
Constructor and Description |
---|
GraphicsState(GraphicsState source)
Copy constructor.
|
PathPaintingRenderInfo(int operation,
GraphicsState gs)
If the operation is
PathPaintingRenderInfo.NO_OP then the rule is ignored,
otherwise PathPaintingRenderInfo.NONZERO_WINDING_RULE is used by default. |
PathPaintingRenderInfo(int operation,
int rule,
GraphicsState gs) |
Copyright © 2017. All rights reserved.