-
-
Constructor Summary
Constructors
Constructor and Description |
Point(int i,
int j) |
-
-
Method Detail
-
get
public int[] get()
- Returns:
- array containing the coordinates x,y.
-
getx
public int getx()
- Returns:
- x the x value.
-
gety
public int gety()
- Returns:
- y the y value.
-
toString
public String toString()
- Overrides:
toString
in class Object
- Returns:
- string representation of the point.
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.