kAWT Version 0.11

java.awt
Class Point

java.lang.Object
  |
  +--java.awt.Point

public class Point
extends java.lang.Object


Constructor Summary
Point(int x, int y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point(int x,
             int y)

kAWT Version 0.11