Package | Description |
---|---|
com.itextpdf.kernel.geom | |
com.itextpdf.kernel.pdf.canvas.parser | |
com.itextpdf.kernel.pdf.canvas.parser.clipper | |
com.itextpdf.kernel.pdf.canvas.parser.data |
Modifier and Type | Method and Description |
---|---|
static Path |
ShapeTransformUtil.transformPath(Path path,
Matrix ctm)
Method for transforming a path.
|
Modifier and Type | Method and Description |
---|---|
static Path |
ShapeTransformUtil.transformPath(Path path,
Matrix ctm)
Method for transforming a path.
|
Constructor and Description |
---|
Path(Path path) |
Modifier and Type | Field and Description |
---|---|
protected Path |
PdfCanvasProcessor.currentPath |
Modifier and Type | Method and Description |
---|---|
Path |
ParserGraphicsState.getClippingPath()
Getter for the current clipping path.
|
Modifier and Type | Method and Description |
---|---|
void |
ParserGraphicsState.clip(Path path,
int fillingRule)
Intersects the current clipping path with the given path.
|
void |
ParserGraphicsState.setClippingPath(Path clippingPath)
Sets the current clipping path to the specified path.
|
Modifier and Type | Method and Description |
---|---|
static Path |
ClipperBridge.convertToPath(PolyTree result)
|
Modifier and Type | Method and Description |
---|---|
static List<Subpath> |
ClipperBridge.addPath(ClipperOffset offset,
Path path,
IClipper.JoinType joinType,
IClipper.EndType endType)
Adds all iText
Subpath s of the iText Path to the ClipperOffset object with one
note: it doesn't add degenerate subpaths. |
static void |
ClipperBridge.addPath(IClipper clipper,
Path path,
IClipper.PolyType polyType)
|
Modifier and Type | Method and Description |
---|---|
Path |
ClippingPathInfo.getClippingPath()
Gets the
Path which represents current clipping path. |
Path |
PathRenderInfo.getPath()
Gets the
Path to be rendered |
Constructor and Description |
---|
ClippingPathInfo(CanvasGraphicsState gs,
Path path,
Matrix ctm)
Creates a new
ClippingPathInfo instance. |
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. |
Copyright © 1998–2023 Apryse Group NV. All rights reserved.