br.usp.iterador.plugin.manifold
Class StableManifoldIterationListener

java.lang.Object
  extended by br.usp.iterador.plugin.manifold.StableManifoldIterationListener
All Implemented Interfaces:
IterationListener

public class StableManifoldIterationListener
extends java.lang.Object
implements IterationListener

Iteration listener. When it exits the selected area or has been too long there, stop

Author:
Guilherme Silveira

Constructor Summary
StableManifoldIterationListener(java.awt.geom.Rectangle2D focus, int maxValue, int minValue, Application app, StableManifoldValues values)
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StableManifoldIterationListener

public StableManifoldIterationListener(java.awt.geom.Rectangle2D focus,
                                       int maxValue,
                                       int minValue,
                                       Application app,
                                       StableManifoldValues values)
Method Detail

onPoint

public boolean onPoint(Application dados,
                       ExecutionIterable iteration)
Specified by:
onPoint in interface IterationListener
Returns:
Whether it should continue the 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.