public class HatchBoundaryLoop
extends java.lang.Object
| Constructor and Description |
|---|
HatchBoundaryLoop() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBoundaryEdge(DXFEntity edge) |
java.util.Iterator |
getBoundaryEdgesIterator() |
Bounds |
getBounds() |
int |
getEdgeCount() |
boolean |
isOutermost() |
void |
setOutermost(boolean outermost) |
public boolean isOutermost()
public void setOutermost(boolean outermost)
outermost - The outermost to set.public java.util.Iterator getBoundaryEdgesIterator()
public void addBoundaryEdge(DXFEntity edge)
public Bounds getBounds()
public int getEdgeCount()