Java java.awt.geom Point2D.Float fields, constructors, methods, implement or subclass

Example usage for Java java.awt.geom Point2D.Float fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.geom Point2D.Float.

The text is from its open source code.

Constructor

Float(float x, float y)
Constructs and initializes a Point2D with the specified coordinates.
Point2D.Float

Method

doublegetX()
Returns the X coordinate of this Point2D in double precision.
doublegetY()
Returns the Y coordinate of this Point2D in double precision.
voidsetLocation(double x, double y)
Sets the location of this Point2D to the specified double coordinates.