public class Paths extends ArrayList<Path>
modCount| Modifier and Type | Method and Description | 
|---|---|
void |  
           addPolyNode(PolyNode polynode, com.itextpdf.text.pdf.parser.clipper.PolyNode.NodeType nt)  |  
          
Paths |  
           cleanPolygons()  |  
          
Paths |  
           cleanPolygons(double distance)  |  
          
static Paths |  
           closedPathsFromPolyTree(PolyTree polytree)  |  
          
LongRect |  
           getBounds()  |  
          
static Paths |  
           makePolyTreeToPaths(PolyTree polytree)  |  
          
static Paths |  
           openPathsFromPolyTree(PolyTree polytree)  |  
          
void |  
           reversePaths()  |  
          
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic void addPolyNode(PolyNode polynode, com.itextpdf.text.pdf.parser.clipper.PolyNode.NodeType nt)
public Paths cleanPolygons()
public Paths cleanPolygons(double distance)
public LongRect getBounds()
public void reversePaths()
Copyright © 1998–2019. All rights reserved.