Package net.java.dev.joode.graphics2D

Interface Summary
Drawable2D  
Drawable2DFactory an adapter factory for Geom classes to 2D graphical representations
 

Class Summary
AAGrid Adds an axis aligned grid to a View2D.
BoundCircle A graphical representation of a circle geom
BoundLine A bound line draws a straight line between two coordinates
BoundRectangle Creates a drawable object that is synchronized with an underlying Rectangle Geom User: t_larkworthy Date: 30-Mar-2007 Time: 15:44:58
CollisionView  
CompositeDrawable2D A Drawable2D that is comprised of several Drawable2Ds
Converter2D Allows simulation objects to be associated with a factory for construction of graphical representations
Graphics2DManager Automatically adds new geoms to the graphics manager, and paints them also uses the collision library to perform picking operations
View2D Draws a 2D view of a 3D world.