Class ShadowLegacyCanvas

java.lang.Object
org.robolectric.shadows.ShadowCanvas
org.robolectric.shadows.ShadowLegacyCanvas
Direct Known Subclasses:
ShadowDisplayListCanvas, ShadowRecordingCanvas

@Implements(value=android.graphics.Canvas.class,
            isInAndroidSdk=false)
public class ShadowLegacyCanvas
extends ShadowCanvas
Broken. This implementation is very specific to the application for which it was developed. Todo: Reimplement. Consider using the same strategy of collecting a history of draw events and providing methods for writing queries based on type, number, and order of events.