Package | Description |
---|---|
com.itextpdf.text.pdf.parser.clipper |
Modifier and Type | Method | Description |
---|---|---|
Clipper.EndType |
PolyNode.getEndType() |
|
static Clipper.EndType |
Clipper.EndType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Clipper.EndType[] |
Clipper.EndType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ClipperOffset.addPath(Path path,
Clipper.JoinType joinType,
Clipper.EndType endType) |
|
void |
ClipperOffset.addPaths(Paths paths,
Clipper.JoinType joinType,
Clipper.EndType endType) |
|
void |
PolyNode.setEndType(Clipper.EndType value) |
Copyright © 1998–2018. All rights reserved.