| Package | Description |
|---|---|
| android.graphics |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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-2013. All Rights Reserved.