|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphicsState | |
|---|---|
| com.itextpdf.text.pdf.parser | |
| Uses of GraphicsState in com.itextpdf.text.pdf.parser |
|---|
| Methods in com.itextpdf.text.pdf.parser that return GraphicsState | |
|---|---|
GraphicsState |
PdfContentStreamProcessor.gs()
Returns the current graphics state. |
| Methods in com.itextpdf.text.pdf.parser with parameters of type GraphicsState | |
|---|---|
protected static ImageRenderInfo |
ImageRenderInfo.createForEmbeddedImage(GraphicsState gs,
InlineImageInfo inlineImageInfo,
PdfDictionary colorSpaceDictionary)
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) |
| Constructors in com.itextpdf.text.pdf.parser with parameters of type GraphicsState | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||