Class Constants

java.lang.Object
com.github.barteksc.pdfviewer.util.Constants

public class Constants extends Object
  • Field Details

    • 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 Details

    • Constants

      public Constants()