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, float, float )
|
|
boolean clipOutRect (int, int, 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, float, float, Op )
|
Now deprecated. |
|
int save (int )
|
Now deprecated. |
|
int saveLayer (RectF, Paint, int )
|
Now deprecated. |
|
int saveLayer (float, float, float, float, Paint, int )
|
Now deprecated. |
|
int saveLayerAlpha (RectF, int, int )
|
Now deprecated. |
|
int saveLayerAlpha (float, float, float, float, int, int )
|
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. |