-
public final class CanvasWrapperWraps the Canvas class to catch potential crashes.
-
-
Constructor Summary
Constructors Constructor Description CanvasWrapper(InternalLogger logger)
-
Method Summary
Modifier and Type Method Description final CanvascreateCanvas(Bitmap bitmap)Creates a canvas with the given bitmap. -
-
Method Detail
-
createCanvas
final Canvas createCanvas(Bitmap bitmap)
Creates a canvas with the given bitmap.
- Parameters:
bitmap- the bitmap to use.
-
-
-
-