Class SignatureBitmapStorage

  • All Implemented Interfaces:

    
    public final class SignatureBitmapStorage
    
                        

    In memory signature bitmap storage that fetches all the available signature bitmaps from the DatabaseSignatureStorage and loads them into signatureBitmapHashMap.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer putBitmap(Bitmap bitmap) Puts a bitmap into a hash map.
      final Bitmap getBitmap(Integer identifier) Gets a bitmap by fetching it from the hash map using its identifier.
      final Unit release() Release all the resources.
      • Methods inherited from class java.lang.Object

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

      • SignatureBitmapStorage

        SignatureBitmapStorage()