| java.lang.Object | ||
| android.graphics.Picture | ||
| Picture() |
| void | draw(Canvas canvas) | ||||
| Draw this picture on the canvas. | |||||
| int | height() | ||||
| int | width() | ||||
| void | finalize() | ||||
| Called by the virtual machine when there are no longer any (non-weak) references to the receiver. | |||||
Methods inherited
from class
java.lang.Object
| canvas | The picture is drawn to this canvas |
|---|
Note: The virtual machine assumes that the implementation in class Object is empty.
| Throwable |
|---|