Class android.graphics.Canvas
Removed Methods | |
---|---|
boolean clipRegion(Region ) |
|
boolean clipRegion(Region, Op |
Added Methods | |
---|---|
boolean clipOutPath (Path ) |
|
boolean clipOutRect (Rect ) |
|
boolean clipOutRect (RectF ) |
|
boolean clipOutRect (float, float |
|
boolean clipOutRect (int, int |
Changed Methods | ||
---|---|---|
boolean clipPath (Path, Op |
Now deprecated. |
|
boolean clipRect (Rect, Op |
Now deprecated. |
|
boolean clipRect (RectF, Op |
Now deprecated. |
|
boolean clipRect (float, float |
Now deprecated. |
|
int save (int ) |
Now deprecated. |
|
int saveLayer (RectF, Paint |
Now deprecated. |
|
int saveLayer (float, float |
Now deprecated. |
|
int saveLayerAlpha (RectF, int |
Now deprecated. |
|
int saveLayerAlpha (float, 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. |