com.itextpdf.text.pdf.parser.clipper
Class PolyNode

java.lang.Object
  extended by com.itextpdf.text.pdf.parser.clipper.PolyNode
Direct Known Subclasses:
PolyTree

public class PolyNode
extends Object


Field Summary
protected  List<PolyNode> childs
           
 
Constructor Summary
PolyNode()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

childs

protected final List<PolyNode> childs
Constructor Detail

PolyNode

public PolyNode()
Method Detail

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.