FileDocCategorySizeDatePackage
PointF.javaAPI DocAndroid 5.1 API1506Sat Mar 14 14:09:40 GMT 2015android.graphics

PointF

public class PointF extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public float
x
public float
y
Constructors Summary
public PointF()

 throw new RuntimeException("Stub!"); 
public PointF(float x, float y)

 throw new RuntimeException("Stub!"); 
public PointF(android.graphics.Point p)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public final booleanequals(float x, float y)

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object o)

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public final floatlength()

 throw new RuntimeException("Stub!"); 
public static floatlength(float x, float y)

 throw new RuntimeException("Stub!"); 
public final voidnegate()

 throw new RuntimeException("Stub!"); 
public final voidoffset(float dx, float dy)

 throw new RuntimeException("Stub!"); 
public voidreadFromParcel(android.os.Parcel in)

 throw new RuntimeException("Stub!"); 
public final voidset(float x, float y)

 throw new RuntimeException("Stub!"); 
public final voidset(android.graphics.PointF p)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel out, int flags)

 throw new RuntimeException("Stub!");