Class Paths

    • Constructor Detail

      • Paths

        public Paths()
      • Paths

        public Paths​(int initialCapacity)
    • Method Detail

      • closedPathsFromPolyTree

        public static Paths closedPathsFromPolyTree​(PolyTree polytree)
      • makePolyTreeToPaths

        public static Paths makePolyTreeToPaths​(PolyTree polytree)
      • openPathsFromPolyTree

        public static Paths openPathsFromPolyTree​(PolyTree polytree)
      • addPolyNode

        public void addPolyNode​(PolyNode polynode,
                                com.itextpdf.text.pdf.parser.clipper.PolyNode.NodeType nt)
      • cleanPolygons

        public Paths cleanPolygons()
      • cleanPolygons

        public Paths cleanPolygons​(double distance)
      • getBounds

        public LongRect getBounds()
      • reversePaths

        public void reversePaths()