Constructor and Description |
---|
PolyNode() |
Modifier and Type | Method and 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) |
public void addChild(PolyNode child)
public int getChildCount()
public List<Point.LongPoint> getContour()
public Clipper.EndType getEndType()
public Clipper.JoinType getJoinType()
public PolyNode getNext()
public PolyNode getParent()
public Path getPolygon()
public boolean isHole()
public boolean isOpen()
public void setEndType(Clipper.EndType value)
public void setJoinType(Clipper.JoinType value)
public void setOpen(boolean isOpen)
public void setParent(PolyNode n)
Copyright © 2016. All rights reserved.