Uses of Package
edu.hws.jcm.draw

Packages that use edu.hws.jcm.draw
edu.hws.jcm.draw   
edu.hws.jcm.functions   
 

Classes in edu.hws.jcm.draw used by edu.hws.jcm.draw
CoordinateRect
          A CoordinateRect represents a rectagular region in the xy-plane, specified by values xmin,xmax,ymin,ymax.
DisplayCanvas
          A DisplayCanvas is a drawing area that can contain one or more CoordinateRects.
Draggable
          An interface that can be implemented by an object that can be dragged with the mouse.
Drawable
          A Drawable object can be added to a CoordinateRect, which is itself in a DisplayCanvas.
DrawGeometric
          A DrawGeometric object is a geometic figure such as a line or rectangle that can be drawn in a CoordinateRect.
DrawTemp
          An object that implements this interface can draw itself, using information from a CoordinateRect (in which it presumably appears).
 

Classes in edu.hws.jcm.draw used by edu.hws.jcm.functions
CoordinateRect
          A CoordinateRect represents a rectagular region in the xy-plane, specified by values xmin,xmax,ymin,ymax.
DisplayCanvas
          A DisplayCanvas is a drawing area that can contain one or more CoordinateRects.
Drawable
          A Drawable object can be added to a CoordinateRect, which is itself in a DisplayCanvas.