Package org.robolectric.shadows
Class ShadowPicture
java.lang.Object
org.robolectric.shadows.ShadowPicture
@Implements(android.graphics.Picture.class) public class ShadowPicture extends Object
-
Constructor Summary
Constructors Constructor Description ShadowPicture()
-
Method Summary
Modifier and Type Method Description protected void
__constructor__(Picture src)
protected Canvas
beginRecording(int width, int height)
protected int
getHeight()
protected int
getWidth()
protected static int
nativeConstructor(int nativeSrc)
protected static long
nativeConstructor(long nativeSrc)
-
Constructor Details
-
ShadowPicture
public ShadowPicture()
-
-
Method Details