public final class Point
- Object
- Point
A class to encapsulate the definition of a point.
Constructors
public Point() | |
public Point(float x, float y) |
Methods
public float getX() | |
public void setX(float x) | |
public float getY() | |
public void setY(float y) |
Inherited methods
Constructor details
Point
public Point()Point
public Point(float x, float y)Method details
getX
public float getX()setX
public void setX(float x)getY
public float getY()setY
public void setY(float y)