|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Clipper.PolyType | |
---|---|
com.itextpdf.text.pdf.parser.clipper |
Uses of Clipper.PolyType in com.itextpdf.text.pdf.parser.clipper |
---|
Methods in com.itextpdf.text.pdf.parser.clipper that return Clipper.PolyType | |
---|---|
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're declared. |
Methods in com.itextpdf.text.pdf.parser.clipper with parameters of type Clipper.PolyType | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |