Package | Description |
---|---|
com.itextpdf.kernel.pdf.canvas.parser.clipper |
Modifier and Type | Method and Description |
---|---|
static IClipper.PolyType |
IClipper.PolyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IClipper.PolyType[] |
IClipper.PolyType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ClipperBridge.addPath(IClipper clipper, Path path, IClipper.PolyType polyType)
|
boolean |
IClipper.addPath(Path pg, IClipper.PolyType polyType, boolean Closed) |
boolean |
ClipperBase.addPath(Path pg, IClipper.PolyType polyType, boolean Closed) |
boolean |
IClipper.addPaths(Paths ppg, IClipper.PolyType polyType, boolean closed) |
boolean |
ClipperBase.addPaths(Paths ppg, IClipper.PolyType polyType, boolean closed) |
static void |
ClipperBridge.addRectToClipper(IClipper clipper, Point[] rectVertices, IClipper.PolyType polyType) |
Copyright © 1998–2017 iText Group NV. All rights reserved.