public class Contact
extends java.lang.Object
| Constructor and Description |
|---|
Contact(int id,
float x,
float y)
Constructs a new Contact with the specified coordinates.
|
public Contact(int id,
float x,
float y)
x - the x coordinatey - the y coordinatepublic int getID()
public float getX()
public float getY()
public float getFirstX()
public float getFirstY()