Package cs015.SketchySupport

Interface Summary
SketchyReadWrite This is an optional interface that you should use if you want to distribute printing and parsing throughout your shapes.
SketchyShape For a shape to be able to be manipulated by the BoundingBox, it must implement this interface.
 

Class Summary
BoundingBox This class models a bounding box to be used with a SketchyShape.
FileIO This class provides easy file input and output operations.
FilledPolygonShape Used for defining non-rectangular geometric shapes that are filled in when they are drawn.
FramedPolygonShape Used for defining non-rectangular geometric shapes that are drawn without being filled in.
Handle  
PolygonShape Used for defining non-rectangular geometric shapes.
SketchyText A simple wrapper around the NGP.Graphics.Text class that allows for easier manipulation of location and font size.