Class PolyNode
- java.lang.Object
-
- com.itextpdf.text.pdf.parser.clipper.PolyNode
-
-
Constructor Summary
Constructors Constructor Description PolyNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addChild(PolyNode child)
int
getChildCount()
List<PolyNode>
getChilds()
List<Point.LongPoint>
getContour()
Clipper.EndType
getEndType()
Clipper.JoinType
getJoinType()
PolyNode
getNext()
PolyNode
getParent()
Path
getPolygon()
boolean
isHole()
boolean
isOpen()
void
setEndType(Clipper.EndType value)
void
setJoinType(Clipper.JoinType value)
void
setOpen(boolean isOpen)
void
setParent(PolyNode n)
-
-
-
Method Detail
-
addChild
public void addChild(PolyNode child)
-
getChildCount
public int getChildCount()
-
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)
-
-