org.woehlke.simulation.evolution.beans
Class SimGenPoint

java.lang.Object
  extended by org.woehlke.simulation.evolution.beans.SimGenPoint
All Implemented Interfaces:
java.io.Serializable

public class SimGenPoint
extends java.lang.Object
implements java.io.Serializable

(C) 2006 - 2008 Thomas Woehlke http://www.thomas-woehlke.de

Author:
Thomas Woehlke Date: 04.02.2006 Time: 23:47:05
See Also:
Serialized Form

Constructor Summary
SimGenPoint(int x, int y)
           
SimGenPoint(SimGenPoint p)
           
 
Method Summary
 void add(SimGenPoint p)
           
 int getX()
           
 int getY()
           
 void killNagative()
           
 void normalize(SimGenPoint p)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimGenPoint

public SimGenPoint(SimGenPoint p)

SimGenPoint

public SimGenPoint(int x,
                   int y)
Method Detail

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)

killNagative

public void killNagative()

add

public void add(SimGenPoint p)

normalize

public void normalize(SimGenPoint p)


Copyright © 2006-2008 Thomas Woehlke. All Rights Reserved.