Class YAHOO.util.Point

Object
   |
   +--Region
         |
         +--YAHOO.util.Point

class YAHOO.util.Point
extends Region

A point is a region that is special in that it represents a single point on the grid.

Field Summary [top]

Object bottom
 
Object left
 
Object right
 
Object top
 
int x
The X position of the point 
int y
The Y position of the point 

Constructor Summary [top]

YAHOO.util.Point
A point is a region that is special in that it represents a single point on the grid. 

Field Detail [top]

bottom

Object   bottom

left

Object   left

right

Object   right

top

Object   top

x

int   x
The X position of the point

y

int   y
The Y position of the point

Constructor Detail [top]

YAHOO.util.Point

YAHOO.util.Point ()
A point is a region that is special in that it represents a single point on the grid.
Parameters:
x - The X position of the point
y - The Y position of the point