Java android.graphics Point fields, constructors, methods, implement or subclass

Example usage for Java android.graphics Point fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.graphics Point.

The text is from its open source code.

Constructor

Method

booleanequals(int x, int y)
Returns true if the point's coordinates equal (x,y)
voidoffset(int dx, int dy)
Offset the point's coordinates by dx, dy
voidset(int x, int y)
Set the point's x and y coordinates
StringtoString()