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