|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.mit.sketch.system.BasicRenderer
public class BasicRenderer
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 |
|---|
public BasicRenderer()
| Method Detail |
|---|
public void render(java.util.Collection sketchObjects,
java.awt.Graphics g)
render in interface Renderer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||