com.itextpdf.text.pdf.parser.clipper
Class PolyNode
java.lang.Object
com.itextpdf.text.pdf.parser.clipper.PolyNode
- Direct Known Subclasses:
- PolyTree
public class PolyNode
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
childs
protected final List<PolyNode> childs
PolyNode
public PolyNode()
addChild
public void addChild(PolyNode child)
getChildCount
public int getChildCount()
getChilds
public List<PolyNode> getChilds()
getContour
public List<Point.LongPoint> getContour()
getEndType
public Clipper.EndType getEndType()
getJoinType
public Clipper.JoinType getJoinType()
getNext
public PolyNode getNext()
getParent
public PolyNode getParent()
getPolygon
public Path getPolygon()
isHole
public boolean isHole()
isOpen
public boolean isOpen()
setEndType
public void setEndType(Clipper.EndType value)
setJoinType
public void setJoinType(Clipper.JoinType value)
setOpen
public void setOpen(boolean isOpen)
setParent
public void setParent(PolyNode n)
Copyright © 2015. All Rights Reserved.