android.graphics
Class Picture
java.lang.Object
android.graphics.Picture
public class Picture
- extends Object
Picture
public Picture()
Picture
public Picture(Picture src)
beginRecording
public Canvas beginRecording(int width,
int height)
endRecording
public void endRecording()
getWidth
public int getWidth()
getHeight
public int getHeight()
draw
public void draw(Canvas canvas)
createFromStream
public static Picture createFromStream(InputStream stream)
writeToStream
public void writeToStream(OutputStream stream)
finalize
protected void finalize()
throws Throwable
- Overrides:
finalize
in class Object
- Throws:
Throwable
Copyright © 2008-2012. All Rights Reserved.