Example usage for Java java.awt Point.Float fields, constructors, methods, implement or subclass
The text is from its open source code.
double | getX() |
double | getY() |
void | setLocation(int x, int y) Changes the point to have the specified location. |
void | setLocation(double x, double y) Sets the location of this point to the specified double coordinates. |