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

Class android.graphics.Picture

Added Constructors
Picture(Picture) Create a picture by making a copy of what has already been recorded in src.
 

Removed Methods
int height()  
int width()  
 

Added Methods
Canvas beginRecording(int, int) To record a picture, call beginRecording() and then draw into the Canvas that is returned.
Picture createFromStream(InputStream) Create a new picture (already recorded) from the data in the stream.
void endRecording() Call endRecording when the picture is built.
int getHeight() Get the height of the picture as passed to beginRecording.
int getWidth() Get the width of the picture as passed to beginRecording.
void writeToStream(OutputStream) Write the picture contents to a stream.
 

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