computational.geometry
Class Intersection

java.lang.Object
  extended by computational.geometry.Intersection

public class Intersection
extends java.lang.Object


Constructor Summary
Intersection()
           
 
Method Summary
 void addIntersection(RealShape intersection)
           
 void addShape(Shape shape)
           
 void addShapes(java.util.Collection shapes)
           
 java.util.List getIntersections()
           
 java.util.List getShapes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Intersection

public Intersection()
Method Detail

addIntersection

public void addIntersection(RealShape intersection)

addShape

public void addShape(Shape shape)

addShapes

public void addShapes(java.util.Collection shapes)

getIntersections

public java.util.List getIntersections()

getShapes

public java.util.List getShapes()