Constructor and Description |
---|
PolyNode() |
Modifier and Type | Method and Description |
---|---|
void |
addChild(PolyNode child) |
int |
getChildCount() |
List<PolyNode> |
getChilds() |
List<Point.LongPoint> |
getContour() |
IClipper.EndType |
getEndType() |
IClipper.JoinType |
getJoinType() |
PolyNode |
getNext() |
PolyNode |
getParent() |
Path |
getPolygon() |
boolean |
isHole() |
boolean |
isOpen() |
void |
setEndType(IClipper.EndType value) |
void |
setJoinType(IClipper.JoinType value) |
void |
setOpen(boolean isOpen) |
void |
setParent(PolyNode n) |
public void addChild(PolyNode child)
public int getChildCount()
public List<Point.LongPoint> getContour()
public IClipper.EndType getEndType()
public IClipper.JoinType getJoinType()
public PolyNode getNext()
public PolyNode getParent()
public Path getPolygon()
public boolean isHole()
public boolean isOpen()
public void setEndType(IClipper.EndType value)
public void setJoinType(IClipper.JoinType value)
public void setOpen(boolean isOpen)
public void setParent(PolyNode n)
Copyright © 1998–2018 iText Group NV. All rights reserved.