Package 

Class CanvasWrapper


  • 
    public final class CanvasWrapper
    
                        

    Wraps the Canvas class to catch potential crashes.

    • Constructor Summary

      Constructors 
      Constructor Description
      CanvasWrapper(InternalLogger logger)
    • Method Summary

      Modifier and Type Method Description
      final Canvas createCanvas(Bitmap bitmap) Creates a canvas with the given bitmap.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CanvasWrapper

        CanvasWrapper(InternalLogger logger)
    • Method Detail

      • createCanvas

         final Canvas createCanvas(Bitmap bitmap)

        Creates a canvas with the given bitmap.

        Parameters:
        bitmap - the bitmap to use.