org.kabeja.dxf.helpers
Class HatchBoundaryLoop

java.lang.Object
  extended by org.kabeja.dxf.helpers.HatchBoundaryLoop

public class HatchBoundaryLoop
extends java.lang.Object

Author:
Constructor Summary
HatchBoundaryLoop()
           
 
Method Summary
 void addBoundaryEdge(DXFEntity edge)
           
 java.util.Iterator getBoundaryEdgesIterator()
           
 Bounds getBounds()
           
 int getEdgeCount()
           
 boolean isOutermost()
           
 void setOutermost(boolean outermost)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HatchBoundaryLoop

public HatchBoundaryLoop()
Method Detail

isOutermost

public boolean isOutermost()
Returns:
Returns the outermost.

setOutermost

public void setOutermost(boolean outermost)
Parameters:
outermost - The outermost to set.

getBoundaryEdgesIterator

public java.util.Iterator getBoundaryEdgesIterator()

addBoundaryEdge

public void addBoundaryEdge(DXFEntity edge)

getBounds

public Bounds getBounds()

getEdgeCount

public int getEdgeCount()