Class DictionaryViewer


  • class DictionaryViewer
    extends java.lang.Object
    This class is for debug purpose only. The DictionaryViewer is able to show a single bitmap or all symbol bitmaps.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void show​(java.util.List<Bitmap> symbols)  
      static void show​(Bitmap b)  
      • Methods inherited from class java.lang.Object

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

      • DictionaryViewer

        DictionaryViewer()
    • Method Detail

      • show

        public static void show​(Bitmap b)
      • show

        public static void show​(java.util.List<Bitmap> symbols)