br.usp.iterador.plugin.bacia
Class BasinController

java.lang.Object
  extended by br.usp.iterador.plugin.bacia.BasinController

public class BasinController
extends java.lang.Object

Basin controller.

Author:
Guilherme Silveira

Constructor Summary
BasinController(WindowManager windows, Basin basin)
           
 
Method Summary
 IterationAverageListener getAverageListener()
           
 Cloud getContainedCloud(double a, double b)
          Returns whether the point if contained in a cloud
 NewAttractorLogic getNewAttractorLogic()
           
 java.awt.Color getPointColor(double[] p)
          Returns the point color
 void resetIteration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasinController

public BasinController(WindowManager windows,
                       Basin basin)
Method Detail

getAverageListener

public IterationAverageListener getAverageListener()

getContainedCloud

public Cloud getContainedCloud(double a,
                               double b)
Returns whether the point if contained in a cloud

Returns:
the cloud

getNewAttractorLogic

public NewAttractorLogic getNewAttractorLogic()

resetIteration

public void resetIteration()

getPointColor

public java.awt.Color getPointColor(double[] p)
Returns the point color

Parameters:
p - the point
Returns:
the color


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