Uses of Class
android.graphics.RectF

Packages that use RectF
android.gesture   
android.graphics   
android.graphics.drawable.shapes   
 

Uses of RectF in android.gesture
 

Fields in android.gesture declared as RectF
 RectF GestureStroke.boundingBox
           
 

Methods in android.gesture that return RectF
 RectF Gesture.getBoundingBox()
           
 

Uses of RectF in android.graphics
 

Fields in android.graphics with type parameters of type RectF
static Parcelable.Creator<RectF> RectF.CREATOR
           
 

Methods in android.graphics with parameters of type RectF
 void Path.addArc(RectF oval, float startAngle, float sweepAngle)
           
 void Path.addOval(RectF oval, Path.Direction dir)
           
 void Path.addRect(RectF rect, Path.Direction dir)
           
 void Path.addRoundRect(RectF rect, float[] radii, Path.Direction dir)
           
 void Path.addRoundRect(RectF rect, float rx, float ry, Path.Direction dir)
           
 void Path.arcTo(RectF oval, float startAngle, float sweepAngle)
           
 void Path.arcTo(RectF oval, float startAngle, float sweepAngle, boolean forceMoveTo)
           
 boolean Canvas.clipRect(RectF rect)
           
 boolean Canvas.clipRect(RectF rect, Region.Op op)
           
 void Path.computeBounds(RectF bounds, boolean exact)
           
 boolean RectF.contains(RectF r)
           
 void NinePatch.draw(Canvas canvas, RectF location)
           
 void Canvas.drawArc(RectF oval, float startAngle, float sweepAngle, boolean useCenter, Paint paint)
           
 void Canvas.drawBitmap(Bitmap bitmap, Rect src, RectF dst, Paint paint)
           
 void Canvas.drawOval(RectF oval, Paint paint)
           
 void Canvas.drawPicture(Picture picture, RectF dst)
           
 void Canvas.drawRect(RectF rect, Paint paint)
           
 void Canvas.drawRoundRect(RectF rect, float rx, float ry, Paint paint)
           
 boolean RectF.intersect(RectF r)
           
static boolean RectF.intersects(RectF a, RectF b)
           
 boolean Path.isRect(RectF rect)
           
 boolean Matrix.mapRect(RectF rect)
           
 boolean Matrix.mapRect(RectF dst, RectF src)
           
 boolean Canvas.quickReject(RectF rect, Canvas.EdgeType type)
           
 int Canvas.saveLayer(RectF bounds, Paint paint, int saveFlags)
           
 int Canvas.saveLayerAlpha(RectF bounds, int alpha, int saveFlags)
           
 void RectF.set(RectF src)
           
 boolean RectF.setIntersect(RectF a, RectF b)
           
 boolean Matrix.setRectToRect(RectF src, RectF dst, Matrix.ScaleToFit stf)
           
 void RectF.union(RectF r)
           
 

Constructors in android.graphics with parameters of type RectF
RectF(RectF r)
           
 

Uses of RectF in android.graphics.drawable.shapes
 

Methods in android.graphics.drawable.shapes that return RectF
protected  RectF RectShape.rect()
           
 

Constructors in android.graphics.drawable.shapes with parameters of type RectF
RoundRectShape(float[] outerRadii, RectF inset, float[] innerRadii)
           
 



Copyright © 2008-2012. All Rights Reserved.