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