Changed Classes
|
Bitmap
|
|
BitmapFactory
|
Creates Bitmap objects from various sources, including files, streams,
and byte-arrays. |
BitmapFactory.Options
|
|
Canvas
|
The Canvas class holds the "draw" calls. |
Matrix
|
The Matrix class holds a 3x3 matrix for transforming coordinates. |
Paint
|
The Paint class holds the style and color information about how to draw
geometries, text and bitmaps. |
Path
|
The Path class encapsulates compound (multiple contour) geometric paths
consisting of straight line segments, quadratic curves, and cubic curves. |
Picture
|
A picture records drawing calls (via the canvas returned by beginRecording)
and can then play them back (via picture.draw(canvas) or canvas.drawPicture). |
PixelFormat
|
|
Point
|
Point holds two integer coordinates |
PointF
|
PointF holds two float coordinates |
PorterDuff
|
|
PorterDuffColorFilter
|
|
Rect
|
Rect holds four integer coordinates for a rectangle. |
RectF
|
RectF holds four float coordinates for a rectangle. |
Region
|
|
Typeface
|
The Typeface class specifies the typeface and intrinsic style of a font. |