Uses of Class
android.graphics.Region.Op

Packages that use Region.Op
android.graphics   
 

Uses of Region.Op in android.graphics
 

Methods in android.graphics that return Region.Op
static Region.Op Region.Op.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Region.Op[] Region.Op.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in android.graphics with parameters of type Region.Op
 boolean Canvas.clipPath(Path path, Region.Op op)
           
 boolean Canvas.clipRect(float left, float top, float right, float bottom, Region.Op op)
           
 boolean Canvas.clipRect(RectF rect, Region.Op op)
           
 boolean Canvas.clipRect(Rect rect, Region.Op op)
           
 boolean Canvas.clipRegion(Region region, Region.Op op)
           
 boolean Region.op(int left, int top, int right, int bottom, Region.Op op)
           
 boolean Region.op(Rect r, Region.Op op)
           
 boolean Region.op(Rect rect, Region region, Region.Op op)
           
 boolean Region.op(Region region, Region.Op op)
           
 boolean Region.op(Region region1, Region region2, Region.Op op)
           
 



Copyright © 2008-2012. All Rights Reserved.