Class ClipperBridge

java.lang.Object
com.itextpdf.kernel.pdf.canvas.parser.clipper.ClipperBridge

public final class ClipperBridge extends Object
This class contains variety of methods allowing to convert iText abstractions into the abstractions of the Clipper library and vise versa.

For example:

  • Field Details

    • floatMultiplier

      public static double floatMultiplier
      Since the clipper library uses integer coordinates, we should convert our floating point numbers into fixed point numbers by multiplying by this coefficient. Vary it to adjust the preciseness of the calculations.
  • Method Details