Yahoo! UI Library

dom 

Yahoo! UI Library > dom > YAHOO.util.Point

Class YAHOO.util.Point - extends YAHOO.util.Region

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

Constructor

YAHOO.util.Point ( x , y )
Parameters:
x <Int> The X position of the point
y <Int> The Y position of the point

Properties

x - Int

The X position of the point, which is also the right, left and index zero (for Dom.getXY symmetry)

y - Int

The Y position of the point, which is also the top, bottom and index one (for Dom.getXY symmetry)

Properties inherited from YAHOO.util.Region:


Copyright © 2006 Yahoo! Inc. All rights reserved.