Uses of Class
android.graphics.drawable.shapes.Shape

Packages that use Shape
android.graphics.drawable   
android.graphics.drawable.shapes   
 

Uses of Shape in android.graphics.drawable
 

Methods in android.graphics.drawable that return Shape
 Shape ShapeDrawable.getShape()
           
 

Methods in android.graphics.drawable with parameters of type Shape
protected  void ShapeDrawable.onDraw(Shape shape, Canvas canvas, Paint paint)
           
 void ShapeDrawable.setShape(Shape s)
           
 

Constructors in android.graphics.drawable with parameters of type Shape
ShapeDrawable(Shape s)
           
 

Uses of Shape in android.graphics.drawable.shapes
 

Subclasses of Shape in android.graphics.drawable.shapes
 class ArcShape
           
 class OvalShape
           
 class PathShape
           
 class RectShape
           
 class RoundRectShape
           
 

Methods in android.graphics.drawable.shapes that return Shape
 Shape Shape.clone()
           
 



Copyright © 2008-2012. All Rights Reserved.