Class Constants


  • public class Constants
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean DEBUG_MODE  
      static float PART_SIZE
      The size of the rendered parts (default 256) Tinier : a little bit slower to have the whole page rendered but more reactive.
      static int PRELOAD_OFFSET
      Part of document above and below screen that should be preloaded, in dp
      static float THUMBNAIL_RATIO
      Between 0 and 1, the thumbnails quality (default 0.3).
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DEBUG_MODE

        public static boolean DEBUG_MODE
      • THUMBNAIL_RATIO

        public static float THUMBNAIL_RATIO
        Between 0 and 1, the thumbnails quality (default 0.3). Increasing this value may cause performance decrease
      • PART_SIZE

        public static float PART_SIZE
        The size of the rendered parts (default 256) Tinier : a little bit slower to have the whole page rendered but more reactive. Bigger : user will have to wait longer to have the first visual results
      • PRELOAD_OFFSET

        public static int PRELOAD_OFFSET
        Part of document above and below screen that should be preloaded, in dp
    • Constructor Detail

      • Constants

        public Constants()