edu.mit.sketch.system
Class BasicRenderer

java.lang.Object
  extended by edu.mit.sketch.system.BasicRenderer
All Implemented Interfaces:
Renderer

public class BasicRenderer
extends java.lang.Object
implements Renderer

BasicRenderer.java This is just the basic renderer object. It draws objects as their Geometric Components, and it puts a box around things that are all part of the same object.


Constructor Summary
BasicRenderer()
           
 
Method Summary
 void render(java.util.Collection sketchObjects, java.awt.Graphics g)
          Takes in a collection of sketch objects and a graphics object and draws the objects using the graphics object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicRenderer

public BasicRenderer()
Method Detail

render

public void render(java.util.Collection sketchObjects,
                   java.awt.Graphics g)
Takes in a collection of sketch objects and a graphics object and draws the objects using the graphics object

Specified by:
render in interface Renderer