Class Coordinate

Object
   |
   +--Coordinate

class Coordinate


Coordinate is a class that can encapsulate location information.
Defined in test.js


Field Summary
 int x
          The x portion of the Coordinate
 int y
          The y portion of the Coordinate
 
Constructor Summary
Coordinate (<int> x, <int> y)
            Create a new Coordinate instance based on x and y grid data.
 
Method Summary
 int getX()
           Gets the x portion of the Coordinate.
 int getY()
           Get the y portion of the Coordinate.
 void setX(<int> x)
           Sets the x portion of the Coordinate.
 void setY(<int> y)
           Sets the y portion of the Coordinate.

Field Detail

x

int x

y

int y

Constructor Detail

Coordinate

Coordinate(<int> x, <int> y)

Method Detail

getX

int getX()

getY

int getY()

setX

void setX(<int> x)

setY

void setY(<int> y)


Documentation generated by JSDoc on Sun Apr 17 10:08:53 2005