Breakout Problem Set Javadocs

Package cs101.awt.geom

Class Summary
PointIterator This class provides a simple interface for listing all the knot points in an java.awt.Shape.
ShapeUtils This utility class holds routines for doing conversions on classes that implement the Shape interface.
 

Exception Summary
NotEnoughPointsException  
NoUniqueLineException This exception represents a condition where more than one line satisfies a condition, and this prevents the throwing method from generating a valid return value.
ShapesDontOverlapException  
 


Breakout Problem Set Javadocs