public class PointF
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float |
x
The x ordinate
|
float |
y
The y ordinate
|
| Constructor and Description |
|---|
PointF()
Instantiates a new Point.
|
PointF(float x,
float y)
Instantiates a new Point with coordinates x and y.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getX() |
float |
getY() |
java.lang.String |
toString() |