| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf.canvas | |
| com.itextpdf.kernel.pdf.canvas.parser | |
| com.itextpdf.kernel.pdf.canvas.parser.data |
| Modifier and Type | Field and Description |
|---|---|
protected CanvasGraphicsState |
PdfCanvas.currentGs
the current graphics state.
|
| Modifier and Type | Field and Description |
|---|---|
protected Stack<CanvasGraphicsState> |
PdfCanvas.gsStack
a LIFO stack of graphics state saved states.
|
| Modifier and Type | Method and Description |
|---|---|
CanvasGraphicsState |
PdfCanvas.getGraphicsState()
Gets current
CanvasGraphicsState. |
| Constructor and Description |
|---|
CanvasGraphicsState(CanvasGraphicsState source)
Copy constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParserGraphicsState
Internal class which is essentially a
CanvasGraphicsState which supports tracking of
clipping path state and changes. |
| Constructor and Description |
|---|
PathRenderInfo(Path path,
int operation,
CanvasGraphicsState gs)
If the operation is
PathRenderInfo.NO_OP then the rule is ignored,
otherwise PdfCanvasConstants.FillingRule.NONZERO_WINDING is used by default. |
PathRenderInfo(Path path,
int operation,
int rule,
boolean isClip,
int clipRule,
CanvasGraphicsState gs) |
TextRenderInfo(PdfString string,
CanvasGraphicsState gs,
Matrix textMatrix,
Stack<CanvasTag> canvasTagHierarchy)
Creates a new TextRenderInfo object
|
Copyright © 1998–2016 iText Group NV. All rights reserved.