public class ClipperOffset extends Object
Constructor and Description |
---|
ClipperOffset() |
ClipperOffset(double miterLimit) |
ClipperOffset(double miterLimit, double arcTolerance) |
Modifier and Type | Method and Description |
---|---|
void |
addPath(Path path, IClipper.JoinType joinType, IClipper.EndType endType) |
void |
addPaths(Paths paths, IClipper.JoinType joinType, IClipper.EndType endType) |
void |
clear() |
void |
execute(Paths solution, double delta) |
void |
execute(PolyTree solution, double delta) |
public ClipperOffset()
public ClipperOffset(double miterLimit)
public ClipperOffset(double miterLimit, double arcTolerance)
public void addPath(Path path, IClipper.JoinType joinType, IClipper.EndType endType)
public void addPaths(Paths paths, IClipper.JoinType joinType, IClipper.EndType endType)
public void clear()
public void execute(Paths solution, double delta)
public void execute(PolyTree solution, double delta)
Copyright © 1998–2023 iText Group NV. All rights reserved.