Class ClipperOffset
- java.lang.Object
-
- com.itextpdf.text.pdf.parser.clipper.ClipperOffset
-
public class ClipperOffset extends Object
-
-
Constructor Summary
Constructors Constructor Description ClipperOffset()
ClipperOffset(double miterLimit)
ClipperOffset(double miterLimit, double arcTolerance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPath(Path path, Clipper.JoinType joinType, Clipper.EndType endType)
void
addPaths(Paths paths, Clipper.JoinType joinType, Clipper.EndType endType)
void
clear()
void
execute(Paths solution, double delta)
void
execute(PolyTree solution, double delta)
-
-
-
Method Detail
-
addPath
public void addPath(Path path, Clipper.JoinType joinType, Clipper.EndType endType)
-
addPaths
public void addPaths(Paths paths, Clipper.JoinType joinType, Clipper.EndType endType)
-
clear
public void clear()
-
execute
public void execute(Paths solution, double delta)
-
execute
public void execute(PolyTree solution, double delta)
-
-