Package | Description |
---|---|
com.itextpdf.kernel.pdf | |
com.itextpdf.kernel.pdf.canvas | |
com.itextpdf.kernel.pdf.canvas.parser | |
com.itextpdf.kernel.pdf.canvas.parser.data |
Modifier and Type | Method and Description |
---|---|
void |
PdfDocument.checkShowTextIsoConformance(CanvasGraphicsState gState,
PdfResources resources)
Checks whether PDF document conforms a specific standard.
|
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. |
Modifier and Type | Field and Description |
---|---|
protected CanvasGraphicsState |
AbstractRenderInfo.gs |
Modifier and Type | Method and Description |
---|---|
CanvasGraphicsState |
AbstractRenderInfo.getGraphicsState() |
CanvasGraphicsState |
IEventData.getGraphicsState() |
Constructor and Description |
---|
AbstractRenderInfo(CanvasGraphicsState gs) |
ClippingPathInfo(CanvasGraphicsState gs,
Path path,
Matrix ctm)
Creates a new
ClippingPathInfo instance. |
ImageRenderInfo(Stack<CanvasTag> canvasTagHierarchy,
CanvasGraphicsState gs,
Matrix ctm,
PdfStream imageStream,
PdfName resourceName,
PdfDictionary colorSpaceDictionary,
boolean isInline)
Creates an ImageRenderInfo.
|
PathRenderInfo(Stack<CanvasTag> canvasTagHierarchy,
CanvasGraphicsState gs,
Path path,
int operation)
If the operation is
PathRenderInfo.NO_OP then the rule is ignored,
otherwise PdfCanvasConstants.FillingRule.NONZERO_WINDING is used by default. |
PathRenderInfo(Stack<CanvasTag> canvasTagHierarchy,
CanvasGraphicsState gs,
Path path,
int operation,
int rule,
boolean isClip,
int clipRule)
Creates the new
PathRenderInfo instance. |
TextRenderInfo(PdfString str,
CanvasGraphicsState gs,
Matrix textMatrix,
Stack<CanvasTag> canvasTagHierarchy)
Creates a new TextRenderInfo object
|
Copyright © 1998–2023 Apryse Group NV. All rights reserved.