com.itextpdf.text.pdf.parser.clipper
Class ClipperOffset
java.lang.Object
com.itextpdf.text.pdf.parser.clipper.ClipperOffset
public class ClipperOffset
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClipperOffset
public ClipperOffset()
ClipperOffset
public ClipperOffset(double miterLimit)
ClipperOffset
public ClipperOffset(double miterLimit,
double arcTolerance)
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)
Copyright © 2015. All Rights Reserved.