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

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

Introduction

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

The text is from its open source code.

Method

doublegetX()
doublegetY()
voidsetLocation(int x, int y)
Changes the point to have the specified location.
voidsetLocation(double x, double y)
Sets the location of this point to the specified double coordinates.