C D E G M P S T

C

compareTo(PointXY) - Method in class PointXY
 

D

distance2D(PointXY) - Method in class PointXY
Returns the distance between two points

E

equals(Object) - Method in class PointXY
 

G

getX() - Method in class PointXY
returns the x coordinate of this point
getY() - Method in class PointXY
returns the y coordinate of this point

M

main(String[]) - Static method in class PointXY
 

P

PointXY - Class in <Unnamed>
 
PointXY(int, int) - Constructor for class PointXY
Constructs a PointXY at the specified location

S

setX(int) - Method in class PointXY
sets the x coordinate to the supplied value
setXY(int, int) - Method in class PointXY
sets the x and y coordinates to the supplied values
setY(int) - Method in class PointXY
sets the y coordinate to the supplied value

T

toString() - Method in class PointXY
Returns a string representing this point

C D E G M P S T