FileDocCategorySizeDatePackage
RectF.javaAPI DocAndroid 5.1 API3499Sat Mar 14 14:09:34 GMT 2015android.graphics

RectF

public class RectF extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public float
bottom
public float
left
public float
right
public float
top
Constructors Summary
public RectF()

 throw new RuntimeException("Stub!"); 
public RectF(float left, float top, float right, float bottom)

 throw new RuntimeException("Stub!"); 
public RectF(RectF r)

 throw new RuntimeException("Stub!"); 
public RectF(android.graphics.Rect r)

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

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

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

 throw new RuntimeException("Stub!"); 
public booleancontains(float left, float top, float right, float bottom)

 throw new RuntimeException("Stub!"); 
public booleancontains(android.graphics.RectF r)

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public booleanintersect(float left, float top, float right, float bottom)

 throw new RuntimeException("Stub!"); 
public booleanintersect(android.graphics.RectF r)

 throw new RuntimeException("Stub!"); 
public booleanintersects(float left, float top, float right, float bottom)

 throw new RuntimeException("Stub!"); 
public static booleanintersects(android.graphics.RectF a, android.graphics.RectF b)

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

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

 throw new RuntimeException("Stub!"); 
public voidoffsetTo(float newLeft, float newTop)

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

 throw new RuntimeException("Stub!"); 
public voidround(android.graphics.Rect dst)

 throw new RuntimeException("Stub!"); 
public voidroundOut(android.graphics.Rect dst)

 throw new RuntimeException("Stub!"); 
public voidset(float left, float top, float right, float bottom)

 throw new RuntimeException("Stub!"); 
public voidset(android.graphics.RectF src)

 throw new RuntimeException("Stub!"); 
public voidset(android.graphics.Rect src)

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

 throw new RuntimeException("Stub!"); 
public booleansetIntersect(android.graphics.RectF a, android.graphics.RectF b)

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

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

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

 throw new RuntimeException("Stub!"); 
public voidunion(float left, float top, float right, float bottom)

 throw new RuntimeException("Stub!"); 
public voidunion(android.graphics.RectF r)

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

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

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

 throw new RuntimeException("Stub!");