com.itextpdf.text.pdf.parser.clipper
Class ClipperOffset

java.lang.Object
  extended by com.itextpdf.text.pdf.parser.clipper.ClipperOffset

public class ClipperOffset
extends Object


Constructor Summary
ClipperOffset()
           
ClipperOffset(double miterLimit)
           
ClipperOffset(double miterLimit, double arcTolerance)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClipperOffset

public ClipperOffset()

ClipperOffset

public ClipperOffset(double miterLimit)

ClipperOffset

public ClipperOffset(double miterLimit,
                     double arcTolerance)
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)


Copyright © 2015. All Rights Reserved.