estruturas
Class FitnessFiltro

java.lang.Object
  extended by org.jgap.FitnessFunction
      extended by estruturas.FitnessFiltro
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.jgap.util.ICloneable

public class FitnessFiltro
extends org.jgap.FitnessFunction

Insert description of the class's responsibility/role.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jgap.FitnessFunction
DELTA, NO_FITNESS_VALUE
 
Constructor Summary
FitnessFiltro(java.awt.image.BufferedImage image, int x, int y)
           Construtor da classe do filtro, este construrr recebe o um possivel valor por RGB do spot e pro RGB do rastro .
 
Method Summary
 int getX()
           
 int getY()
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class org.jgap.FitnessFunction
clone, getFitnessValue, getLastComputedFitnessValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FitnessFiltro

public FitnessFiltro(java.awt.image.BufferedImage image,
                     int x,
                     int y)

Construtor da classe do filtro, este construrr recebe o um possivel valor por RGB do spot e pro RGB do rastro .

Parameters:
image -
x - RGB do spot
y - RGB do Rastro
Method Detail

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)