Class android.graphics.Canvas
| Removed Methods | |
|---|---|
boolean clipRegion(Region) |
|
boolean clipRegion(Region, |
|
| Added Methods | |
|---|---|
boolean clipOutPath(Path) |
|
boolean clipOutRect(Rect) |
|
boolean clipOutRect(RectF) |
|
boolean clipOutRect(float, |
|
boolean clipOutRect(int, |
|
| Changed Methods | ||
|---|---|---|
boolean clipPath(Path, |
Now deprecated. |
|
boolean clipRect(Rect, |
Now deprecated. |
|
boolean clipRect(RectF, |
Now deprecated. |
|
boolean clipRect(float, |
Now deprecated. |
|
int save(int) |
Now deprecated. |
|
int saveLayer(RectF, |
Now deprecated. |
|
int saveLayer(float, |
Now deprecated. |
|
int saveLayerAlpha(RectF, |
Now deprecated. |
|
int saveLayerAlpha(float, |
Now deprecated. |
|
| Changed Fields | ||
|---|---|---|
int CLIP_SAVE_FLAG |
Now deprecated. |
|
int CLIP_TO_LAYER_SAVE_FLAG |
Now deprecated. |
|
int FULL_COLOR_LAYER_SAVE_FLAG |
Now deprecated. |
|
int HAS_ALPHA_LAYER_SAVE_FLAG |
Now deprecated. |
|
int MATRIX_SAVE_FLAG |
Now deprecated. |
|
