@Implements(value=android.graphics.Picture.class)
public class ShadowPicture
extends java.lang.Object
| Constructor and Description |
|---|
ShadowPicture() |
| Modifier and Type | Method and Description |
|---|---|
void |
__constructor__() |
void |
__constructor__(int nativePicture,
boolean fromStream) |
void |
__constructor__(long nativePicture) |
void |
__constructor__(android.graphics.Picture src) |
android.graphics.Canvas |
beginRecording(int width,
int height) |
int |
getHeight() |
int |
getWidth() |
@Implementation public void __constructor__()
@Implementation public void __constructor__(long nativePicture)
@Implementation
public void __constructor__(int nativePicture,
boolean fromStream)
@Implementation public void __constructor__(android.graphics.Picture src)
@Implementation public int getWidth()
@Implementation public int getHeight()
@Implementation
public android.graphics.Canvas beginRecording(int width,
int height)