br.usp.iterador.internal.logic
Class Drawer

java.lang.Object
  extended by br.usp.iterador.internal.logic.Drawer

public class Drawer
extends java.lang.Object

Responsable for drawing the points.

Author:
Guilherme Silveira

Constructor Summary
Drawer(Application app, IterationListener iterationListener, boolean paintPoints, int w, int h)
           
 
Method Summary
 void init(java.awt.Graphics2D g)
          Initializes it
 void paint(java.awt.Graphics2D g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Drawer

public Drawer(Application app,
              IterationListener iterationListener,
              boolean paintPoints,
              int w,
              int h)
       throws CompileTimeException
Throws:
CompileTimeException
Method Detail

init

public void init(java.awt.Graphics2D g)
Initializes it

Parameters:
g -

paint

public void paint(java.awt.Graphics2D g)


Copyright 2004-2004-2006 IME - USP. All Rights Reserved.