All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.bulletproof.gui.Point

java.lang.Object
   |
   +----com.bulletproof.gui.Point

public class Point
extends Object
A point representing a location in (x, y) coordinate space.


Constructor Index

 o Point(int, int)
Constructs and initializes a Point from the specified x and y coordinates.

Constructors

 o Point
 public Point(int x,
              int y)
Constructs and initializes a Point from the specified x and y coordinates.

Parameters:
x - the x coordinate
y - the y coordinate

All Packages  Class Hierarchy  This Package  Previous  Next  Index