br.usp.iterador.logic
Class GraphicIterationListener

java.lang.Object
  extended by br.usp.iterador.logic.GraphicIterationListener
All Implemented Interfaces:
IterationListener
Direct Known Subclasses:
ManifoldIterationListener

public class GraphicIterationListener
extends java.lang.Object
implements IterationListener


Constructor Summary
GraphicIterationListener(Application app)
           
 
Method Summary
 void init(java.awt.Graphics2D g, GUIHelper helper)
           
 void initData()
          Initializes the current data if needed by adding or changing parameters and colors at the beginning
 boolean onPoint(Application dados, ExecutionIterable iteration)
           
protected  void paintPoint(java.awt.Graphics2D g, int tx, int ty, ExecutionIterable iteration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicIterationListener

public GraphicIterationListener(Application app)
Method Detail

onPoint

public boolean onPoint(Application dados,
                       ExecutionIterable iteration)
Specified by:
onPoint in interface IterationListener
Returns:
Whether it should continue the iteration

paintPoint

protected void paintPoint(java.awt.Graphics2D g,
                          int tx,
                          int ty,
                          ExecutionIterable iteration)

init

public void init(java.awt.Graphics2D g,
                 GUIHelper helper)
Specified by:
init in interface IterationListener

initData

public void initData()
Description copied from interface: IterationListener
Initializes the current data if needed by adding or changing parameters and colors at the beginning

Specified by:
initData in interface IterationListener


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