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

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

Introduction

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

The text is from its open source code.

Constructor

Method

booleanequals(Object o)
floatlength()
Return the euclidian distance from (0,0) to the point
floatlength(float x, float y)
Returns the euclidian distance from (0,0) to (x,y)
voidoffset(float dx, float dy)
voidset(float x, float y)
Set the point's x and y coordinates
StringtoString()