Package | Description |
---|---|
com.itextpdf.kernel.pdf.canvas | |
com.itextpdf.kernel.pdf.canvas.parser | |
com.itextpdf.kernel.pdf.canvas.parser.data | |
com.itextpdf.pdfa.checker |
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 str, CanvasGraphicsState gs, Matrix textMatrix, Stack<CanvasTag> canvasTagHierarchy)
Creates a new TextRenderInfo object
|
Modifier and Type | Method and Description |
---|---|
abstract void |
PdfAChecker.checkExtGState(CanvasGraphicsState extGState)
Performs a number of checks on the graphics state, among others ISO 19005-1 section 6.2.8 and 6.4 and ISO 19005-2 section 6.2.5 and 6.2.10.
|
void |
PdfA2Checker.checkExtGState(CanvasGraphicsState extGState) |
void |
PdfA1Checker.checkExtGState(CanvasGraphicsState extGState) |
Copyright © 1998–2016 iText Group NV. All rights reserved.