Class ClipperBridge


  • public final class ClipperBridge
    extends java.lang.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 Detail

      • 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.
    • Constructor Detail

      • ClipperBridge

        private ClipperBridge()