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 |
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 void |
ClipperBridge.addContour(Path path, List<Point.LongPoint> contour, Boolean close)
Deprecated.
close will be
boolean . Visibility will be changed to internal.
|
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() |
Path |
PathRenderInfo.getPath() |
Constructor and Description |
---|
ClippingPathInfo(Path path, Matrix ctm) |
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) |
Copyright © 1998–2018 iText Group NV. All rights reserved.