API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Package android.graphics

Removed Classes
ColorMatrixFilter  
ColorStateList Lets you map android.view.View state sets to colors.
OpenGLContext  
OpenGLContext.OpenGLContextException This exception is thrown when a failure occurs in the methods below.
 

Added Classes
AvoidXfermode AvoidXfermode xfermode will draw the src everywhere except on top of the opColor or, depending on the Mode, draw only on top of the opColor.
AvoidXfermode.Mode  
Canvas.VertexMode  
ColorMatrixColorFilter  
PorterDuffXfermode  
 

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.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff