Example usage for Java java.awt.geom Point2D.Float fields, constructors, methods, implement or subclass
The text is from its open source code.
Float(float x, float y) Constructs and initializes a Point2D with the specified coordinates. | |
Point2D.Float |
double | getX() Returns the X coordinate of this Point2D in double precision. |
double | getY() Returns the Y coordinate of this Point2D in double precision. |
void | setLocation(double x, double y) Sets the location of this Point2D to the specified double coordinates. |