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. |