Class Punt

java.lang.Object
  |
  +--java.awt.geom.Point2D
        |
        +--java.awt.Point
              |
              +--Punt

public class Punt
extends java.awt.Point

See Also:
Serialized Form

Inner classes inherited from class java.awt.geom.Point2D
java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float
 
Fields inherited from class java.awt.Point
x, y
 
Constructor Summary
Punt(int x, int y)
           
 
           
Method Summary
 void veranderX(int x)
           
 void veranderY(int y)
           
 
Methods inherited from class java.awt.Point
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, toString, translate
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Punt

public Punt(int x,
            int y)
Method Detail

veranderX

public void veranderX(int x)

veranderY

public void veranderY(int y)